html, body {
height: 100%;
}
body {
	background-color: #401e17;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/background_img_ds.jpg);
	font-family: Arial, Verdana, Helvetica;
	color: #FFF;
}
a {
	border-bottom:1px dotted #fff;
	text-decoration:none;
	color:#fff;
}
a:hover {
	color:#fff;
	border-bottom:1px dashed #d11f00;
	background-color:#9e8c89;
}
#wrapper {
	background-color: #401e17;
	width:670px;
	height:110%;
	border-right:3px solid #FFF;
	border-left:3px solid #FFF;
	margin-left:40px;
    padding:10px;
}
#logo{

	width:650px;
}
#nav{

	width:650px;
	height:40px;
	font-size: 12px;

}
#content{

	font-size: 12px;
	width:650px;
}
h1{

	font-size: 16px;
	color: #c0814a;
}
#footer{

	width:650px;
	font-size: 9px;
}
