* {
 margin: 0;
}

a:link {
	color: #b88826;
	text-decoration: none;
	border-bottom:1px dotted #b88826;
}
a:visited {
	text-decoration: none;
	color: #b88826;
	border-bottom:1px dotted #b88826;
}
a:hover {
	text-decoration: none;
	color: #f6ba3d;
	border:0;
	
}
a:active {
	text-decoration: none;
	color: #f6ba3d;
	border-bottom:1px dotted #b88826;
}

a:active { outline: none; }
a:focus { outline: none; }

body, html{
	height: 100%;
	width:100%;
	padding: 0;
    margin: 0;
	display:block;
	font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #e1bd9e;


}

.main_about{
	background-image:url(../images/aboutbg.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;
	width:900px; 
	height:450px; 
	position:relative; 
	margin:0 auto;
}

.content{
	position:absolute; 
	top:100px; 
	left: 130px; 
	width:310px; 
	height:200px;
}

