body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#999;
	background-image:url(bkg.jpg);
}

body a {
	outline:none;
	text-decoration:none;
}

img {
	border:none;
}

#head {
	width:800px;
	height:30px;
	margin:auto;
}

#content {
	width:632px;
	height:auto;
	margin:auto;
	padding-top:40px;
}

#footer {
	width:800px;
	height:30px;
	margin:auto;
	text-align:center;
    line-height:30px;
}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
