@import "reset.css";

HTML,
BODY {
	background:#f6ffdb url('bg.png') 0 0 repeat;
	font:24px "Times New Roman", Times, serif;
	height:100%;
	width:100%;
	}
A {color:#006ce5;}
A:hover {
	color:red;
	text-decoration:none;
	}
#container {padding:40px;width:70%;}
H1 {font-size:60px;font-weight:normal;padding:55px 0 10px;}
P {padding: 0 0 28px;}

