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


body {
	background-color:#000;
	font-family:Tahoma, Geneva, sans-serif;
}

#cnt {
	width:1000px;
	margin:auto;
	background: #000 url('images/new_bk.jpg') center 100px no-repeat;
	/*border:blue 1px solid;*/
}

form input {
	color:#F30087;
}

form label {
	color:#F30087;
}

#fan_block {
	margin-top:3px;
	width:auto;
	float:left;
}

#header1 {
 	border-bottom:#F30087 2px solid;
}

#follow {
	float:right;
}


.newmenu {
	/*width:1000px;*/
	margin:4px auto 0 auto;
}

.newmenu ul {
	display:inline;
}

.newmenu li {
	display:inline;
	margin-right:25px;
}

.newmenu li a {
	color:#FFF;
	background:tranparent;
	font-size:16px;
	text-decoration:none;
}

.newmenu li a:visited {
	color:#FFF;
	background:tranparent;
	text-decoration:none;
}

.newmenu li a:hover {
	color:#F30087;
	background:tranparent;
	text-decoration:underline;
}

#logo {
	width:463px;
	margin:80px auto auto 45px;
}

.spacer {
	clear:both;
	line-height:.1;
}

#footer {
	width:auto;
	margin-top:50px;
	color:#F30087;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}
