@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	}
	
.blackdiv {
	background-color:#000000;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 1200px;
	overflow:hidden;
	}
	
.left_arc {
	background-image: url(../images/Arc_900.png);
	background-repeat:no-repeat;
	width: 540px;
	height: 1200px;
	overflow: hidden;
	position:absolute;
	top: 0px;
	left: 25px;
	z-index: 1;
	}
	
.left_arc1200 {
	background-image: url(../images/Arc_1200.png);
	background-repeat:no-repeat;
	width: 540px;
	height: 1200px;
	overflow:hidden;
	position:absolute;
	top: 0px;
	left: 25px;
	z-index: 1;
	}
	
.logo {
	width: 550px;
	height: 115px;
	position:absolute;
	top: 20px;
	left: 157px;
	z-index: 2;
	}
	
.menu {
	position:absolute;
	top: 140px;
	left: 240px;
	width: 470px;
	height: 30px;
	z-index: 20;
	}
	
.ball {
	width: 192px;
	height: 192px;
	position: absolute;
	bottom:20px;
	left: 75px;
	z-index: 2;
	}

.content {
	position: absolute;
	right: 5%;
	bottom: 10%;
	width: 70%;
	height: 60%;
	}
	
.contentscroll {
	position: absolute;
	top:-10px;
	width: 100%;
	height: 100%;
	z-index:10;
	}
	
.content_topleft {
	position:absolute;
	top: -20px;
	left: -20px;
	background-image:url(../images/contentshadow/top_left.jpg);
	width: 20px;
	height: 20px;
	z-index: 10;
	}
	
.content_top {
	position:absolute;
	top: -20px;
	left: 0px;
	background-image: url(../images/contentshadow/top_border.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 20px;
	}
	
.content_topright {
	position:absolute;
	top: -20px;
	right: -20px;
	background-image:url(../images/contentshadow/top_right.jpg);
	width: 20px;
	height: 20px;
	z-index: 10;
	}
	
.content_left {
	position:absolute;
	top: 0px;
	left: -20px;
	background-image: url(../images/contentshadow/left_border.jpg);
	background-repeat:repeat-y;
	width: 20px;
	height: 100%;
	}
	
.content_right {
	position:absolute;
	top: 0px;
	right: -20px;
	background-image: url(../images/contentshadow/right_border.jpg);
	background-repeat:repeat-y;
	width: 20px;
	height: 100%;
	}
	
.content_bottomleft {
	position:absolute;
	bottom: -20px;
	left: -20px;
	background-image:url(../images/contentshadow/bottom_left.jpg);
	width: 20px;
	height: 20px;
	z-index: 10;
	}
	
.content_bottom {
	position:absolute;
	bottom: -20px;
	left: 0px;
	background-image: url(../images/contentshadow/bottom_border.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 20px;
	}
	
.content_bottomright {
	position:absolute;
	bottom: -20px;
	right: -20px;
	background-image:url(../images/contentshadow/bottom_right.jpg);
	width: 20px;
	height: 20px;
	z-index: 10;
	}
	
.merch {
	float: left;
	width: 1000px;
	margin-top: 200px;
	margin-left: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333;
}
