@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body { 
	background: url(images/bg.jpg) repeat-x top left #1d1c22;
	font: 11px Tahoma, Verdana, Arial, Geneva;
	color: #FFF;
}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	height: 207px;
	width: 287px;
	background: url(images/logo.jpg) no-repeat top right;
	margin-bottom: 100px;

	
}
h1 a { display: block; height: 207px; }
h1 span { display: none; }

h2 {
	background: url(images/service.gif) no-repeat top center;
	height: 13px;
	width: 462px;
	margin: 45px auto;
}
h2 span { display: none; }

div#wrapper {
	width: 490px;
	margin: 0 auto;
}

	div#nav {
		height: 43px;
		margin-bottom: 35px;
		padding-left: 10px;
		margin-top: -100px;
	}
		#nav li {
			list-style: none;
			height: 43px;
			margin-right: 45px;
			float: left;
		}
			#nav a { display: block; height: 43px; }
			#nav a span { display: none; }
			li.private_proxy {
				width: 132px;
				background: url(images/private-proxy.jpg) no-repeat top left;
				
			}
			li.free_proxy {
				width: 122px;
				background: url(images/free-proxies.jpg) no-repeat top left;
			}
			li.my_ip {
				width: 74px;
				background: url(images/proxy-ip.jpg) no-repeat top left;
				margin-right: 0;
			}
			
	div#form {
		margin-bottom: 0; 
	}
		#proxy_bar{
			background: url(images/search.gif) repeat-x top left #FFF;
			height: 28px;
			padding: 10px;
			border: 0;
			width: 370px;
			font: 18px Tahoma, Verdana, Arial, Geneva;
			font-weight: bold;
			float:left;
		}
		#proxy_go {
			border: 0;
			background: url(images/go.gif) repeat-x top center;
			height: 48px;
			width: 93px;
			float:right;
		}
		#proxy_options{
	margin: 10px;
	margin-top: -5px;
	color: #fff;
	line-height: 3;
}
		
	div.clear { clear: both; }


