* {
	margin: auto;
	padding: 0;
}

body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

a {
	text-decoration: none;
	color:#01b5c4;
}

#container {
	width: 800px;
	height: auto;
}

#top {
	width: 800px;
	height: 402px;
	background: url('images/top.gif');
}

#ad {
	margin-top: 122px;
	margin-left: 42px;
	height: 280px;
	float: left;
	width: 336px;
}

#mid {
	width: 800px;
	height: 40px;
	background: url('images/mid.gif');
}

#content {
	width: 800px;
	height: 610px;
	background: url('images/content.gif') repeat-y;
}

#error {
	color: #FF0000;
	text-align: left;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

#text {
	width: 513px;
	height: auto;
	text-align: justify;
	margin-left: 41px;
	padding: 15px;
	float: left;
	line-height: 2.0em;
}

#ad2 {
	float: right;
	margin-right: 46px;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 600px;
}

#footer {
	width: 800px;
	clear: left;
	height: 56px;
	background: url('images/footer.gif');
}
	
#proxy_url {

	font-size: 16px;
	color: #666666;
	width: 400px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}

#proxy_button {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}

#copyright {
	width: 800px;
	height: auto;
	padding-left: 41px;
	font-size: 10px;
	padding-right: 36px;
	padding-bottom: 15px;
}
