body {
	border: none;
	outline: none;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding 0;
	color: rgb(256, 256, 256);
	text-align: center;
}

#page {
	background-color: rgb(0,0,0);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top 0px;
	z-index: 0;
}

#header {
	background-color: rgb(16,16,16);
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 120;
	left 0px;
	top 0px;
	position: relative;
	z-index: 2;
}

#center {
	background-color: rgb(16,16,16);
	width: 700px;
	height: 300px;
	position: relative;
	top: 50px;
	z-index: 1;
}

#centerleftup {
	width: 460px;
	position: absolute;
	top: 10px;
	left: 20px;
	text-align: left;
}

#centerleftdown {
	width: 460px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	text-align: left;
}

#centerright1 {
	background-image: url(sidepix01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 200px;
	height: 100%;
	position: absolute;
	left: 500px;
}

#centerright2 {
	background-image: url(sidepix02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 200px;
	height: 100%;
	position: absolute;
	left: 500px;
}

#centerright3 {
	background-image: url(sidepix03.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 200px;
	height: 100%;
	position: absolute;
	left: 500px;
}

#centerright4 {
	background-image: url(sidepix04.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 200px;
	height: 100%;
	position: absolute;
	left: 500px;
}

#footer {
	background-color: rgb(16,16,16);
	width: 100%;
	height: 40;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	font-size:  16px;
	z-index: 2;
}

#bar {
	width: 30px;
}

a:link { color: rgb(256,16,16); text-decoration:none }
a:visited { color: rgb(256,16,16); text-decoration:none }
a:hover { color: rgb(192,192,192); text-decoration:none }
a:active { color: rgb(256,16,16); text-decoration:none }


