@charset "UTF-8";
/* CSS Document */
* html, p, ul{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;	
}

body {
	background: url(../img/vg_background.jpg) repeat-x top;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


div#Site, div#Footer_cont{
	position: relative;
	
	/*width: 700px;*/
	width: 900px;
	left: 50%;
	/*margin-left: -350px;*/
	margin-left: -450px;
	background-color:#ffffff;
}

div#Site{
	z-index: 3;
	background: url(../img/vg_background.jpg) repeat-x top;
	top: 0;
	height: auto !important;
	height: 90%;
	min-height: 90%;
}


div#Top{
	background: url(../img/vg_logo.jpg) no-repeat;
	height: 200px;
	
}

div#wordsh1{
	position: absolute;
	top: 10px;
	color: #999999;
	text-align: center;
	
	
}


div#CorpoCont1{
	float: left;
	background:url(../img/vg_corpo_bg.jpg) repeat-x;
	width: 390px;	
	padding: 50px 0px 0 0px;
}

div#CorpoCont2{
	float: right;
	background:url(../img/vg_corpo_bg.jpg) repeat-x;
	width: 390px;
	padding: 50px 0px 0 0px;
}

div#photogallery{
	top: 20px;
	padding: 30px 0px 20px 10px;
	clear: left;

}

div#Footer{
	clear: left;
	background:url(../img/vg_footer_bg.jpg) repeat-x;	
	height: 100px;
	margin-top: 25px;
	position: relative;
}
div#Footer_cont{
	
	background:url(../img/vg_footer_bg.jpg) repeat-x;	
	padding: 0px 0px 0px 25px;
}



/*------------------------*/
