@charset "utf-8";

#wrapper {
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
	padding: 0px;
	background-image: url(/image/marketsquare.png);
	background-repeat: no-repeat;
	height: 768px;
	}
#gallerywrapper {
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
	padding: 0px;
	background-image: url(/image/marketsquare2.png);
	background-repeat: no-repeat;
	height: 768px;
	}
#navbar ul {
	font: 14px 'Frutiger-Roman', 'Lucida', Verdana, Arial, Sans-Serif;
	font-weight: 600;
	background: #000000;
	text-align: center;
	margin-bottom: -20px;
	height: 30px;
	margin-top: 0px;
	padding-top: 8px;
	} 	
#navbar ul li  {
	display: inline;
	padding-right: 8%;
	list-style-type:none;
}  
#navbar a {
background: none ; color: #fff;
text-decoration: none;
}
#navbar a:hover {
	background: none;
	color: #FF0000;
} 
#viewer {
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
	padding: 250px 0px 0px;
	margin-bottom: 20px;
	}
#videogallery {
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	padding: 150px 0px 0px;
	margin-bottom: 20px;
	}
#aboutbox {
	height: 300px;
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	border: thin solid #000000;
	overflow:auto;
	font: 18px 'Frutiger-Roman', 'Lucida', Verdana, Arial, Sans-Serif;
	padding: 10px;
	color: #333333;
	background-color: #FFFFFF;
	background-position: center center;
	margin-top: 25%;
	margin-bottom: 25%;
  } 
#snow {
	height: 300px;
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	margin-top: 25%;
	margin-bottom: 25%;
	background-image: url(/image/MerryXmas.png);
	}
