@charset "utf-8";
/* CSS Document */

#Header {
	position:absolute;
	width:100%;
	height:100px;
	z-index:1;
	top: 0px;
	left: 0px;
}

#VertBar {
	position:absolute;
	width:175px;
	height:450px;
	z-index:2;
	top: 75px;
	left: 100px;
}

#MainI {
	position:absolute;
	width:100%;
	height:350px;
	z-index:3;
	top: 102px;
	left: 0px;
}

#MainBodyI {
	position:absolute;
	width:100%;
	height:350px;
	z-index:4;
	top: 129px;
	left: 0px;
}

#Main {
	position:absolute;
	width:100%;
	height:350px;
	z-index:4;
	top: 102px;
	left: 0px;
}
#MainBody {
	position:absolute;
	width:100%;
	height:350px;
	z-index:5;
	top: 109px;
	left: 0px;
}

#PicBox {
	position:absolute;
	width:150px;
	height:200px;
	z-index:10;
	top: 200px;
	right: 50px;
}

#PicBoxPic {
	position:absolute;
	width:129px;
	height:129px;
	z-index:11;
	top: 211px;
	right: 60px;
}

#ButtonSet1 {
	position:absolute;
	width:150px;
	height:190px;
	z-index:12;
	top: 10px;
	right: 80px;
}

#ButtonSet2 {
	position:absolute;
	width:150px;
	height:190px;
	z-index:13;
	top: 100px;
	left: 50px;
}

body {
	background-color: #FFFFFF;
	background-image:url('background.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #e0e0e0;
}
a:active {
	color: #FFFFFF;
}
.style1 {
	font-size: small;
	font-family: Arial;
	color: #FFFFFF;
}

.border { 
	border: thin solid #FFFFFF
}

.borderbl { 
	border: thin solid #000000
}