* {
	margin:0;
	padding:0;
}

body {
	background:#BAF1EE url(images/background.jpg) 0 0 repeat-x;
	text-align:center;
	padding:8px;
	font:normal 75%/140% arial,helvetica,sans-serif;
}

p {
	padding-bottom:1em;
}

img {
	border:0;
}

#container {
	width:464px;
	margin:0 auto;
	background:#FFF url(images/middle.gif) 0 0 repeat-y;
}

h1 {
	height:100px;
	padding:64px 0;
	overflow:hidden;
	position:relative;
	font:bold 28px/30px arial,helvetica,sans-serif;
	color:#000000;
	background:#FFF;
}

h1 strong {
	display:block;
	font:bold 32px/34px arial,helvetica,sans-serif;
}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:268px;
	background:url(images/logo.jpg) 0 0 no-repeat;
}

#content {
	text-align:left;
	padding:8px 30px;
}

#proxyForm {
	margin-top:0.5em;
}

#proxyForm label {
	margin-left:60px;
}

#proxyUrl {
	width:239px;
	height:15px;
	padding:12px;
	margin-right:8px;
	border:0;
	font:normal 12px/15px arial,helvetica,sans-serif;
	background:url(images/search.png) no-repeat;
}

#proxySubmit {
	width:126px;
	height:39px;
	margin-bottom:1em;
	vertical-align:top;
}

#usersOnline {
	text-align:center;
	margin-top:1em;
}

#footer {
	padding:8px;
	font-size:12px;
	background:url(images/bottom.gif) bottom left no-repeat;
}

#footer a {
	color:#089;
	text-decoration:none;
}

#footer a:active,
#footer a:hover {
	color:#045;
}

#footer ul {
	list-style:none;
	margin-bottom:1em;
}

#footer li {
	display:inline;
	padding:0 0.3em 0 0.5em;
	border-left:1px solid #000;
}

#footer li.first {
	border:0;
}


