body {
	background:#222;
	color:#ccc;
}

a{
	text-decoration:none;
	color:#ccc;
}

#header{
	width:100%;
	border-bottom:1px solid #3e3e3e;
}

.main_title{
	width:1000px;
	padding:45px 0 0 0;
	margin:0 auto;
}

#content{
	width:1000px;
	margin:0 auto;
	padding:0;
	/*background:#333;*/
}

#footer{
	width:100%;
	height:100px;
	border-top:1px solid #3e3e3e;
	color:#4f4f4f;
	line-height:14px;
}

form{
	display:block;
	margin:50px 0;
}

form label{
	margin-top:10px;
	display:block;
	clear:both;
}

.admini{
	position:relative;
	float:left;
	
}

.options{
	top:0;
	left:0;
	position:absolute;
	padding:2px;
	background:#000;
	color:#fff;
	font-weight:bold;
}

