@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
body {

	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin: auto;
	position: relative;
	color: #FFF;
	font-size: 14px;
}
p {
	margin: 15px 0;
}
a { color: #F6CAD9; }
#wrap {
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 780px;
	margin: auto;
	position: relative;
}

#wrap #links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	position: absolute;
	padding-top: 140px;
	color: #FF66CC;
	left: 450px;
}
#wrap #links a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrap #links a:hover, #wrap #links a.linkon {
	color: #F7ADC5;
}
#header {
	width: 480px;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
}
h1, h2 {
	color: #F6CAD9;
	font-weight: normal;
	font-size: 30px;
}
#header h2 span { color: #FFF; }
#wrap #footer {
	text-align: right;
	padding-right: 30px;
	position: absolute;
	right: 0px;
	bottom: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrap #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#wrap #side {
	height: 391px;
	width: 391px;
	position: absolute;
	top: 152px;
	left: 0px;
}
#wrap #content {
	height: 370px;
	width: 370px;
	position: absolute;
	right: 12px;
	top: 170px;
	overflow: auto;
}

form label { display: block; clear: both; padding: 6px 0; }
form input, form textarea, form select { font-size: 11px; background-color: #151515; padding: 4px; border: 1px solid #666; margin-bottom: 5px; color: #fff; width: 95%; }

