body {
	background-color: #FFFFFF;
}

#wrap {
	margin: 0 auto;
	width: 100%;
}

.box {
	position:absolute; 
	z-index:2;
	background-color: #FFFFFF;
	top: 20%;
	height: 80%;
	width: 99%;
}

.item{
	position: absolute;
	top:10px;
	left:65px;
}
.baseline {
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #696969;
}

	


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: center;
	display: block;
	padding-right: 50px;
	padding-left: 10px;
	position: absolute;
	height: 30px;
	width: 380px;
	left: 310px;
	top: 460px;
	}
#menu {
	position:absolute;
	text-align: center;
	top: 10px;
	left: 10px;
	width: 730px;
		
	}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#696969;
	text-decoration: none;
	}
	
a:link {
	text-decoration: none;
	cursor:default;
	}
	
a:hover {
	color:#999999;
	cursor:default;
	}	
a:active {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
