body{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	background-color: #ffffff;
	color:#000000;
}

a {
	padding: 3px 10px;
}

a:link, a:visited {
	color: #ffffff;
	background-color: #242424;
	text-decoration: none;
	}


a:active, a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}


li {
	list-style-type:none;
	margin-bottom: 10px;
}

#wrap{
	margin:auto;
	width: 600px;
	height:100%;
	margin-top: 50px;
}


#footer {	
	margin-top: 50px;
	text-align:center;
	font-size: 10px;
	width:100%;
	color:#555555;
}