/* CSS Document */

body {
	background:#E4E4E4;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#FFFF00;
	font-weight:bold;
}

#container {
	width:900px;
	margin:auto;
	margin-top:-8px;
}

#header {
	width:900px;
	height:75px;
	background:#CCCCCC;
}

#header .logo {
	width:150px;
	height:30px;
	margin:10px 0px 10px 10px;
	float:left;
}

#main {
	width:900px;
	min-height:800px;
	margin-top:10px;
	position:absolute;
	background:url(../images/background.png) no-repeat;
}

#menu {
	width:900px;
	height:30px;
	margin-top:150px;
	margin-bottom:10px;
	background:url(../images/menu-bg.png);
}

#promotion {
	width:260px;
	padding: 10px 10px 0px;
	background:#CCCCCC;
	float:left;
}

#gallery {
	width:260px;
	height:260px;
	margin-bottom:10px;
	background:url(../images/photo-bg.png) repeat-y;
}

#gallery .header {
	width: 260px;
	height: 30px;
	margin-bottom:10px;
	background:url(../images/header-gallery.png);
}