body {
	background:#fff;
	margin:0px auto;
}


#logo {
	background:url(images/logo.jpg);
	width:200px;
	height:100px;
}

#title {
	margin-top:20px;
	text-align:center;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}

#content {
	background:#fff;
	margin:0px auto;
	width:800px;
}

#inner {
	margin-left:50px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:50px;
	margin-left:150px;
}

#inner a {
	color:#000;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
}

#inner a:hover {
	color:#999;
	text-decoration:none;
}