@charset "utf-8";
/* CSS Document */

body {
	background:#f7f6f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:30px;
	color:#8398a3;
	margin:0;
}

a {
	color:#4b4b4a;
	text-decoration:none;
}

.container {
	width:800px;
	margin:0 auto;
	background:url(images/open_bg.png) top right no-repeat;
}

.left {
	width:370px;
	float:left;
	background:url(images/open_logo.png) no-repeat top left;
	margin-top:40px;
}

.small_p {
	margin-bottom:25px;
	padding-top:90px;
	width:300px;
}

.right {
	padding-top:445px;
	float:right;
	width:370px;
}

.footer {
	font-size:12px;
	margin-top:50px;
	color:#ccc;
}

.copyright {
	float:left;
}

.terms {
	float:right;
}

.top_terms {
	width:380px;
}


