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

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #E8E8E8;
}
#wrapper {
    overflow:auto;
    height:308px;
    width:488px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-154px;
    margin-left:-244px;
}
#main {
	background-image: url(admin_image/bg.jpg);
	background-repeat: no-repeat;
	height: 278px;
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#content {
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 300px;
}
#content li {
	list-style-type: none;
	margin: 0px 0px 15px;
	padding: 0px;
}

#logo {
	text-align: center;
	height: 80px;
	width: 114px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#content a {
	color: #FF99FF;
	text-decoration: none;
}
#content a:hover {
	color: #FF33FF;
	text-decoration: none;
}
