body {
	background-color:#CCC;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

a {color:#000;}

h1 {
	text-align:center;
	font-size:24px;
}

#wrapper {
	width:100%;
}
#container {
	width:720px;
	height:422px;
	margin:auto;
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#main {
	width:440px;
	height:240px;
	padding: 156px 0 0 257px;
}
#footer {
	text-align:center;
	font-size:14px;
}