* {
	margin: 0px;
	padding: 0px;
}



body {
	height: 100%;
	background-color: #3d353b;
	color:#ffffff;
	font-family:sans-serif;
	font-size:40;
}	



#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 289px;
	height: 62px;
}



#slide {
	background: url(imgs/bg_folio.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	width: 100%;
	height: 460px;
	padding-top: 5px;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 10px;
	
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #b8b8b8;
	text-align: center;
}



a {	
	color:#3d353b;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


img {
	border: 0px;
}
