/* ------The Villa Oceane Main Stylesheet---------- */

*{
	padding: 0px; margin: 0px;
}

html{
	background: #262a21 url(../images/pageBG.jpg) 0px 0px repeat-x;
}
body{
	background: transparent url(../images/bodyBG.jpg) top center no-repeat;
	text-align: center; padding: 12px 0px 0px 0px;
}

#contentContainer{
	margin: 0px auto; text-align: left;
	width: 985px; height: 755px; overflow: hidden;
}
