@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	background:#291C48;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:helvetica, arial, sans serif;
	font-size:11px;
	letter-spacing:2.5px;
	line-height:18px
}
#content {
	width:324;
	margin:auto;
	margin-bottom:30px;
	text-align:center
}
h1 {
	text-transform:uppercase;
	font-size:12px;
	line-height:normal
}
h2 {
	font-size:16px;
	color:#a197c5
}
table {
	text-align:left;
	margin: 0 auto 30px;
}
#logo {
	margin-top:30px
}
a {
	text-decoration:none;
	color:#a197c5
}
:-moz-any-link:focus {
  outline: none;
}
