body{
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Helvetica,"Trebuchet MS",Arial,Verdana,sans-serif;
	background: white url(../img/back_gradient.gif) repeat-x fixed left bottom;
}
body div#wrapper{
	border: none;
	height: 300px;
	width: 800px;
	margin: 100px auto auto;
}
body div#logo{
	vertical-align:bottom;
	text-align:center;
	border: none;
}
body div#content{
	text-align:center;
	border-top: 1px dotted yellow;
	padding: 5px 5px 5px 5px;
}
a:link,a:visited{color:#000; text-decoration:none; border-bottom: 1px dotted #333;}
a:hover,a:focus{color:#666; text-decoration:none; border-bottom: 1px solid yellow;}
a:active{color: yellow; text-decoration:none; border-bottom: 1px solid #333;}