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

a:link {color: #999999; text-decoration: none; }
a:active {color: #FF6600; text-decoration: none; }
a:visited {color: #999999; text-decoration: none; }
a:hover {color: #FF6600; text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #000000;
	margin-top:opx;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}


#main {
position:relative;
width:980px;
height:850px;
top:10px;
left:10px;
}

#logo {
position: absolute;
width:105px;
height:117px;
top:10px;
left:25px;
background-image:url(assets/logo.png);
background-repeat:no-repeat;
}

#banner {
	position:absolute;
	width:515px;
	height:72px;
	top:50px;
	left:445px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:72px;
	text-align: left;
	color:#999999;
}

#box {
	position:absolute;
	width:952px;
	height:507px;
	top:149px;
	left:10px;
	border:thin solid #333333;
}

#left {
	position:absolute;
	width:398px;
	height:383px;
	top:13px;
	left:18px;
	font:Arial;
	font-size:16px;
	text-align:left;
	color:#999999;
}

#right {
	position:absolute;
	width:501px;
	height:407px;
	top:14px;
	left:434px;
	font:Arial;
	font-size:15px;
	text-align:left;
	color:#999999;
}

#corner_dancer {
	position:absolute;
	width:497px;
	height:372px;
	bottom:3px;
	right:25px;
	background-image:url(../NewMembers/assets/dancer_corner.png);
	background-repeat:no-repeat;
}

#cerocshop_box {
	position:absolute;
	width:952px;
	height:691px;
	top:149px;
	left:10px;
	border:thin solid #333333;
}


#cerocshop_content {
	position:absolute;
	width:931px;
	height:767px;
	top:13px;
	left:14px;
	font:Arial;
	font-size:14px;
	text-align:left;
	color:#999999;
}

#specialist_workshop_banner {
	position:absolute;
	width:816px;
	height:67px;
	top:77px;
	left:144px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:50px;
	text-align: right;
	color:#999999;
}
#specialist_workshop_content {
	position:absolute;
	width:931px;
	height:632px;
	top:13px;
	left:14px;
	font:Arial;
	font-size:14px;
	text-align:left;
	color:#999999;
}

#paypalbox {
	width: 300px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF9900;
}
