body, p {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background-color: white;
	text-align: center;
}


div#main {
	width: 800px;
	height: 500px;
	position: relative;
	background: #e01a18;
	top: 100px;
	margin: auto;
}

div#logo {
	width: 325px;
	height: 98px;
	position: absolute;
	top: 200px;
	left: 80px;
	background-image: url(images/logo.png);
}

div#text {
	width: 325px;
	height: 98px;
	position: absolute;
	right: 40px;
	top: 200px;
	background-image: url(images/text.png);
}

div#mail {
	width: 16px;
	height: 11px;
	position: absolute;
	right: 90px;
	top: 80px;
	background-image: url(images/mail.png);
}

a#mailme {
	color: #f71e1b;
	text-decoration: none;
}

/* My Comment */