/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End Reset*/

body {
  background: #333;
  font-family: arial, helvetica, serif;
}

#wrap {
	width:600px;
	margin: 0 auto;
}

#header {
  margin: 25px 0 0 0;
  text-align: center;
}

#ip {
  background: #333 url(images/ipbg.png) no-repeat;
  color: #403f3f;  
  font-size: 28pt;
  font-weight: bold;
  height: 55px;
  margin: 25px auto 25px auto;
  padding: 8px 0 0 0;
  text-align: center;
  width: 307px;
}

#proxyText {
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #d8d8da;
  color: #333;
  padding: 10px;
  margin: 0 0 10px 0;
}

#proxies {
  float: clear;
  color: #fff;
  width: 435px;
  margin: auto;
}

#proxies a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

#link1 {
  height: 25px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 6px 0 0 10px;
  background: #fae75f;
  color: #403f3f;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#link2 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fbe96f;
  color: #403f3f;
}

#link3 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fbec80;
  color: #403f3f;
}

#link4 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fcee90;
  color: #403f3f;
}

#link5 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fcf1a1;
  color: #403f3f;
}

#link6 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fdf3b1;
  color: #403f3f;
}

#link7 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fdf6c2;
  color: #403f3f;
}

#link8 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fef8d2;
  color: #403f3f;
}

#link9 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fefbe3;
  color: #403f3f;
}

#link10 {
  height: 25px;
  text-align: center;
  padding: 6px 0 0 10px;
  background: #fffdf3;
  color: #403f3f;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#footer {
  margin: 10px 0 0 82px;
  font-size: 10pt;
  color: #666;
}
