html, body { margin: 0px auto; }
html { text-align: center; background: url('background.jpg'); }

ul, li, p, h1, h2, h3, h4 { padding: 0px; margin: 0px; list-style: none; }
a { text-decoration: none; color: #FFFFFF; }
a:hover { color: #60a8e0; }
img { border: 0px; }

body
{
	width: 600px;
	text-align: left;
	
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 30px;
	
	font-weight: bold;
	line-height: 22px;
	
	color: #FFFFFF;
}

h2 { font-size: 16px; padding-bottom: 20px; }
h3 { font-size: 14px; }
p { font-size: 12px; color: #F4F4F4; padding-top: 20px; }