
html {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

body {
	background:#2659FF url('http://ohai.im/image.php?id=19&type=bg_image') no-repeat top left;
}

img {
	border: 0;
	vertical-align: middle;
}

a.social {
	background-color: #59ACFF;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	margin: 2px 3px 0px 3px;
	display: inline;
	line-height: 180%;
}

a.social:hover {
	background-color: #4C00FF;
	color: #FFFFFF;
}

a.layout {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}

a.layout:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display: inline;
}

input.reg {
	display:inline;
	float:right;
	margin-top:-3px;
}

#err {
	text-align:left;
	float:left;
	font-size:10pt;
	color: red;
}

#wrapper {
	text-align: center;
	width: 99%;
	position: absolute;
}

div.content {
	background: #5498FF; 
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
}

#header {
	margin: 5px;
	width: 763px; 
	margin: 0 auto; 
	text-align: left;
}

#twitter {
	margin: 5px;
	padding-top: 2%;
	width: 763px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	padding-top: 10%;
	width: 763px;
	margin: 0 auto;
	text-align: right;
}

#main {
	margin: 5px; 
	width: 763px; 
	margin: 0 auto; 
	text-align: left;
	margin-top: 2%;
}

.round {display:block}
.round *{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #5498FF;
}
.round1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #5498FF;
	border-right:1px solid #5498FF;
	background: #5498FF;
}
.round2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #5498FF;
	border-right: 1px solid #5498FF;
	background: #5498FF;
}
.round3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #5498FF;
	border-right: 1px solid #5498FF;
}
.round4 {
	border-left: 1px solid #5498FF;
	border-right: 1px solid #5498FF;
}
.round5 {
	border-left: 1px solid #5498FF;
	border-right: 1px solid #5498FF;
}
.roundfg{
  background: #5498FF;
}

#wrap { 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin: 0; 
} 
#content { 
	text-align: center; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	height: 100px; 
	margin-top: -50px; 
	width: 250px; 
	margin-left: -125px; 
} 