body {
	font-size: 16px;
	font-family: Arial, Verdana;
	background: #444;
	margin-top: 100px;
}

#container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#container img {margin-bottom: 30px;}
#text_box {
	width: 500px;
	float: right;
}
#text_box, p {
	-moz-border-radius: 7px;
	-webbkit-border-radius: 7px;
	padding: 6px;
	background: #494949;
	color: #ccc;
	margin: 0;
	font-weight: bold;
}

#text_box, p .mail {
	color: #fff;
}