@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: 187px;
	width: 587px;
	background: url(images/logo.jpg) no-repeat top right;
	margin-bottom: 10px;

	
}
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: 29px;
		margin-top: -100px;
	}
		#nav li {
			list-style: none;
			height: 43px;
			margin-right: 75px;
			float: left;
		}
			#nav a { display: block; height: 43px; }
			#nav a span { display: none; }
			li.home {
				width: 74px;
				background: url(images/home.jpg) no-repeat top left;
				
			}
			li.about {
				width: 80px;
				background: url(images/about.jpg) no-repeat top left;
			}
			li.contact {
				width: 80px;
				background: url(images/contact.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;
}
.myip {
	font: 16px Tahoma, Verdana, Arial, Geneva;
	color: #FFF;
}
.ip {
	margin: 15px;
	padding-top: 8px;
	background-color: #000000;
	border: 1px #C94093 solid;
	height: 30px;
	width: 350px;
}
		
	div.clear { clear: both; }

