* {
	margin: 0;
	padding: 0;
}
body {
	background: #3B4A53 url(../img/back.png) repeat-x;
	*background: #303F47 url(../img/back.png) repeat-x;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	height: 170px;
	text-align: center;
}
h1 {
	font-size: 32px;
	font-family:Arial, Helvetica, sans-serif;
	color: #2076DF;
}
h2 {
  margin-bottom: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
small {
  color: #bbb;
}
small a {
  color: #266FB1;
}
img {
	border:0px;
}