* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size:12px;
	color:#555555;
	margin:0px;
	padding:0px;
	background:#000000 url(/images/bg_bottom.gif) repeat-x bottom fixed;
	text-align:center;
}

#body {
	width:100%;
	background:#000000 url(/images/bg_top.gif) repeat-x top fixed;
	padding:100px 0px 20px 0px;
}

#content {
	background:#000000 url(/images/grad.gif) repeat scroll;
	padding:26px 0px;
}

#frame {
	width:600px;
	height:500px;
	background:#000000 url(/images/bg.png) no-repeat top center scroll;
	border:1px solid #555555;
	display:block;
}

#logo {
	background:transparent url(/images/logo.png) no-repeat top center scroll;
	width:340px;
	height:136px;
	float:left;
}

#text {
	margin:10px 0px 0px 12px;
}
#text h1 {
	font-size:13px;
	color:#CD0071;
	margin:0px 0px 4px 0px;
	padding:0px;
}
#text p {
	margin:0px;
	padding:0px;
	font-size:11px;
}
#text p a {
	text-decoration:none;
	color:#333333;
}
#text p a:HOVER {
	text-decoration:underline;
	color:#333333;
}

.clear {
	clear:both;
	visibility:hidden;
}

#footer {
	position:absolute;
	top:594px;
	left:auto;
	right:auto;
/*	position:inherit;
	top:400px;*/
	width:600px;
	font-size:11px;
	line-height:13px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}
#footer a {
	text-decoration:none;
	color:#333333;
}
#footer a:HOVER {
	text-decoration:underline;
	color:#333333;
}
#footer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#footer ul li {
	margin:0px;
	padding:0px;
}
#footer ul li a {
	text-decoration:underline;
	margin:0px 10px;
	color:#333333;
}
#footer ul li a:HOVER {
	text-decoration:none;
	margin:0px 10px;
	color:#333333;
}
.yellow {
	color:#FF9900;
}

#scrol {
	width:280px;
	height:210px;
	overflow:auto;
	font-size:11px;
}
#scrol ul {
	margin:0px;
	padding:0px;
	font-size:11px;
}
#scrol ul li {
	font-size:11px;
}