@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	background-image: url(../img_s/bg2.jpg);
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
}

img, img a {
	border: 0;
	padding: 0;
	margin: 0;
}

#page {
	width: 760px;
	margin: 0 auto;
	background-image: url(../img_s/page.png);
	background-repeat: repeat-y;
	padding-top: 100px;
	text-align: center;
}
#pageBottom {
	width: 760px;
	height: 45px;
	margin: 0 auto;
	background-image: url(../img_s/pageBottom.png);
	background-repeat: no-repeat;
	padding-bottom: 250px;
}

#header {
	position: fixed;
	top:0;
	width: 100%;
	height: 395px;
	margin-top: -210px;
	z-index: 777;
}
#menu {
	width: 100%;
	height: 210px;
	background-color: #000;
	background-image: url(../img_s/menuBg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#tabs {
	width: 450px;
	margin: 0 auto;
	height: 210px;
	padding-top: 150px;
}
#tabs ul {
	position:relative;
	margin: 0;
	padding:0px;
}
#tabs li {
	text-align: center;
	float:left; 
	display:block; 
	height: 59px;
	list-style: none; 
	line-height: 59px; 
	width: 45px; 
	overflow: hidden;
}
#menutitles {
	position: fixed;
	width: 460px;
	height: 45px;
	top: 0;
	margin-left: 50%;
	left: -230px;
	background-image: url(../img_s/paper.png);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	z-index: 999;
}
#menuTab {
	width: 100%;
	height: 87px;
	background-image: url(../img_s/header.png);
	background-repeat: repeat-x;
	background-position: center;
}
#menuAccess {
	width: 238px;
	margin: 0 auto;
	cursor: pointer;
}


#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 111px;
	background-image: url(../img_s/footer.png);
	background-repeat: repeat-x;
	z-index: 333;
	text-align: left;
	
}

#logos {
	float: left;
}

#footerTxt {
	font-size: 12px;
	color: #666;
	float: left;
	line-height: 150px;
}

#boy {
	position: fixed;
	bottom: 0;
	left: 200px;
	margin-left: 50%;
	width: 123px;
	height: 286px;
	background-image: url(../img_s/boy.png);
	background-repeat: no-repeat;
	z-index: 666;
}

