body{
	background: #000;
	color: #9fa1a4;
	font: normal normal 12px/ 1 Verdana, Geneva, sans-serif;
	text-align: justify;
}

.clear {clear:both;}
.fl {float:left;}
.fr {float:right;}

a:link, a:visited, a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}

#razMain {
	width: 1257px;
	margin: 0 auto;
	min-height: 1250px;
	background: url(../images/background.jpg) no-repeat top ;
}

#header {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
}

#content {
	width: 973px;
	background: url(../images/content-bg.png) repeat left top;
	border: 1px solid #394f66;
	margin: 60px auto 0;
	padding: 34px 24px 27px 24px;

}

#content p {
	font-size: 13px;
	color: #bbb;
	text-align: justify;
	margin-bottom: 20px;
}

#title {
	margin-top: -15px;
	margin-left: -15px;
}

.separator {
	width: 973px;
	height: 2px;
	background: url(../images/line.png) no-repeat center center;
	margin: 30px auto 20px;
}

#content ul {
	list-style-image: url(../images/bullet.png);
	padding-left: 25px;
}

#content ul li {
	margin-bottom: 25px;
	line-height: 15px;
}

#enter {
	text-align: center;
}

#footer {
    width: 937px;
    margin: 20px auto 0;
}

#footer p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #484848;
    line-height:12px;
}

#social {
	width: 937px;
    margin: 40px auto 0;
}

#facebooklike {
    margin-top: 30px;
}