@charset "utf-8";
body {
	margin: 0px;
	position: relative;
	width: 900px;
	top: 0px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: #000;
	font-family: sans-serif, Verdana, Helvetica, Arial;
	font-size: 12px;
	background-color:#000000;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg.gif);
}

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
/*	background-color: #203944; */
/*	background-color: #54788A; */
}
#logo {
	height: 380px;
	top: 0px;
	position: absolute;
	z-index: 0;
	left: 10px;
	top: 10px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
#wrapper #topbox {
	position:relative;
	left:100px;
	top:10px;
	width:780px;
	height:240px;
	visibility: visible;
	background-repeat: no-repeat;
	background-color: #000;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	z-index: 1;
	border: 2px solid #000;
}
#wrapper #topbox #gallery {
	width:780px;
	margin:auto;
	height:240px;
	visibility: visible;
	background-color: #000;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#wrapper #bottombox {
	position:relative;
	left:100px;
	top:110px;
	width:780px;
	visibility: visible;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	background-color: #54788A;
	z-index: 1;
	height: 370px;
}

#wrapper #footer {
	position:relative;
	margin:auto;
	width:770px;
	visibility: visible;
	top:150px;
	z-index: 1;
}

#bbleft {
	float: left;
	width: 30%;
	padding: 30px;
	z-index: 1;
}
#bbright {
	float: left;
	width: 50%;
	padding: 30px;
	z-index: 1;
}
