body {
	background-color: #01233a;
	background-image: url(images/bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:0px;
	padding:0px;}
.left { float:left;}
.right { float:right;} 
#wrapper_main {
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	float: left;
	clear: both;
	background-image: url(images/top-bg-one.jpg);
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: table;
	background-image: url(images/bott-main-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
}
#wrapper_gallery {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: table;
	position: relative;
}
#header {
	width: 1000px;
	float:left;
	clear:both;
}

#main {
	width: 915px;
	float:left;
	clear:both;
	padding-top: 10px;
	padding-left:47px;
}
#main2 {
	width: 1000px;
	float:left;
	clear:both;
	padding-top: 10px;
}


#footer {
	width: 800px;
	clear: both;
	float: left;
	padding-left: 47px;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
