body {
	background: #050505;
}

div#header {
	background-image: none;
}

td.contact_us {
	background: white;
}
	td.contact_us p {
		width: 465px;
		margin-left: 25px;
	}
		td.contact_us a {
			color: blue;
		}

div#box_contant_us {
	background: url('/images/box_contact_us.gif');
}
	div#box_contact_us_bg {
		background: url('/images/box_contact_us_bg.gif');
	}

div.box_contact_us {
	float: right;
	margin-right: 90px;
	margin-top: 30px;
	width: 180px;
	padding-left: 65px;
	padding-top: 50px;
	height: 230px;
}
	div.box_contact_us a {
		color: #4c7999;
	}
	div.box_contact_us a:hover {
		text-decoration: none;
	}

div#phone {
	width: 170px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4c7999;
	margin-bottom: 12px;
}
	div#phone span {
		font: bold 13px Arial, Helvetica, sans-serif;
	}
	
div#email {
	width: 170px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4c7999;
	margin-bottom: 22px;
}

div#address {
	width: 170px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4c7999;
	margin-bottom: 8px;
}
	div#address span {
		font-weight: normal;
	}

div#skype {
	width: 170px;
	height: 35px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4c7999;
}
	div#address span {
		font-weight: normal;
	}

div#box_why_register {
	position: relative;
	padding: 70px 15px 0px 100px;
	top: -400px;
	left: 570px;
	width: 130px;
	height: 160px;
	color: #4c7999;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: url('/images/box_why_register.gif');
}
	div#box_why_register_bg {
		position: relative;
		padding: 70px 15px 0px 100px;
		top: -400px;
		left: 570px;
		width: 130px;
		height: 160px;
		color: #4c7999;
		font: normal 11px Arial, Helvetica, sans-serif;
		background: url('/images/box_why_register_bg.gif');
	}
