body {

	background-image:url("images/Background_V2.jpg") ;
	background-attachment:fixed;
	background-repeat : repeat -x ;
	background-repeat : repeat -y ;

	
	font-family: Calibri;
	margin: auto ;
	width : 1000px ;
	
	
}


#header {

	width : 1000 px ;
	margin-left: auto;
	margin-right: auto;
	margin-top : 10px;
	margin-bottom : 100px ;

}


#main {

	width : 1000px ;
	height : 100% ;
	margin : auto ;
	
}


#message {
	
	
	width : 400 px ;
	height : 300 px ;
	margin : auto ;

}




#footer {
	
	margin-top : 180px ;
	width : 1000px ;
	height : 40 px ;
	margin-left : auto ; 
	margin-right : auto ; 
	color : #9f8c76 ;
	font-size : 11px ;
	font-family : Arial ;
}


a:link {
	color: #9f8c76;
}

a:visited {
	color: #9f8c76;
}


a:hover {
	color: #9f8c76;
}




