
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 15px;	
	background-color: #000;
}

img {
	display: block;
	border-width: 0;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
	outline-width: 0; /* ie7 dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}

.clearer {
	clear: both;
}

#adminTop {
	text-align: center;
	line-height: 25px;
	background-color: #DDD;
}

#global {
	position: relative;
	width: 849px;
	background-image:url(../picture/interface/index.png);
	margin: 0 auto;
	height:744px;
}


#global #top {
	padding: 1px 0; /* prevent margin collapsing */
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

#global #content {
}

#global #footer {
	padding: 1px 0; /* prevent margin collapsing */
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 20px;
	border-top: 1px dotted #CCC;
}

#cycle{
	position:absolute;
	left:0;
}

#cycle img{
	width:200px;
	height:200px;
}

#theForm{
	width:520px;
	position:absolute;
	left:240px;
	top:320px;
}

#content #send{
	width:179px;
	height:45px;
	background-image:url(../picture/interface/join.png);
	padding:0;
	margin-left:93px;
}

#content #send:hover{
	background-position:0 -45px;
}
