* {
	margin:0;
	padding: 0;
}

BODY {
	background-color: #333;
	font-family: Verdana;

}

A, A:visited {
	color: #2786C2;
}

A:hover {
	text-decoration: none;
}

H1 {
	padding-left: 200px;
	padding-top: 30px;
}

H2 {
	font-size: 16px;
}

OL {
	padding: 20px;
}
#container {
	position: relative;
	background-image: url(img/twitter2press.png);
	background-repeat: no-repeat;
	background-position: top 50px;
	border: solid 1px #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	width: 700px;
	margin: 50px auto;
	padding: 10px;
	background-color: #FFF;
}

.flags {
	position: absolute;
	top: 0;
	right: 10px;
}
.expl {
	margin-top: 150px;
		font-size: 12px;
}

.how, .where  {
	margin-top: 50px;
		font-size: 12px;
}

.footer {
	margin-top: 50px;
	font-size: 12px;
	text-align: center;
}


