@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
	;
	background-attachment: fixed;
}
p {
	padding-bottom: 13px;
}
.clear {
	clear: both;
}

a:active, a:link, a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 18px auto;
	width: 770px;
}
#header_vip {
}
#content_left {
	width: 188px;
	float: left;
	background-color: #5a5c5b;
	border: #CCCCCC solid 1px;
}
#content_right {
	width: 579px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

