@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;

}

a:link {color:#FFF;}
a:active {color:#FFF;}
a:hover {color:#09F;}
a:visited {color:#FFF;}


#bgcontent {
	background-image:url(../images/bg.png);
	width:1201px;
	height:auto;
	}

#container {
	width:1201px;
	height:auto;
	margin-left:auto;
	margin-right:auto;}

#header {
	background-image:url(../images/venetianheader.png);
	width:1201px; 
	height:206px;
	}
	
#navbar {
	width: 1300px;
	height:130px;
	clear:both;
	}

#footer {
	background-image:url(../images/footer.png);
	width:1201px;
	height:77px;
	}
	
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


