@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
}




a:link {
	color: #D3B7E0;
}
a:visited {
	color: #D3B7E0;
}
a:hover {
	color: #D3B7E0;
}
a:active {
	color: #D3B7E0;
}



img{
	border-style:none;
	text-align: center;
	float: none;
}

body{
	margin:0px 0;
	outline-style: none; -moz-outline-style:none; 
	*focus: outline:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;

}

#bodycon {
	margin: auto;
	width: 800px;
	height:800px;
	outline-style: none;
	background-repeat: no-repeat;
	background-image: url(../images/db1.jpg);
}

#head {
	margin:auto;
	width:800px;
	height:110px;
	background-repeat: no-repeat;

}

#btn_holder{
	width:390px;
	height:30px;
	float: right;
	background-repeat: no-repeat;
	padding-top: 80px;
}

#footer{
	width:640px;
	height:30px;
	font-size: 9px;
	color: #FFF;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 10px;
	text-align: right;
}

#home_btn{
	width:400px;
	height:100px;
	float:left;
}

#text_holder{
	width:auto;
	height:400px;
	margin:auto;
	padding: 10px;
	background-image: url(../images/textholder.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 55px;
	margin-left: 52px;
	padding-left: 20px;
	color:#FFF
}

#page_holder{
	width:804px;
	height:800px;
	margin:auto;
}
#pageimage{
	width:800px;
	margin:auto;
	height:800px;
	background-repeat: no-repeat;
	}
	
#Nav{
	width:300px;
	height:210px;
	padding-top: 80px;
}

