* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	background: #f2f2f2 url('images/bg_he_domainbox.png') repeat-x;
}

#header {
	background: #a9a9a9;
	height: 70px;
	margin-bottom: 20px;
}

.width {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#domaintitle {
	position: absolute;
	top: 15px;
	left: 3px;
}

#domaintitle a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#ads {
	width: 600px;
	float: left;
	min-height: 425px;
}

#sidebar,
#oneclick #form {
	width: 280px;
	float: right;
}

#form {
	margin-top: 20px;
}

#twoclick #form {
	width: 400px;
}

.fix {
	clear: both;
}

#footer {
	color: #ccc;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #ccc;
}