* {
  /*text-align: center;*/
}

html 
{
  /*overflow: hidden;*/
}

body
{
  /*height: 99%;
  width: 100%;*/
  font-family: "GillSans", Arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #666;
  margin: 0;
}

#main {
	border: 0;
	padding: 0;
}

#flashcontent 
{
	
}

#index {
	position: relative;
	font-size: 11px;
	height: 400px;
	width: 700px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#noflash 
{	
	position: relative;
    display: none;
}

#nojs 
{	
	position: relative;
}

#logo {
	position: relative;
	height: 130px;
}

.logo{
	margin-left: 257px;
	height: 75px;
	width: 186px;
}

#footer {
	margin-top: 40px;
	position: relative;
}

.footer {
	margin-left: 336px;
	height: 28px;
	width: 32px;
}

h1
{ 
  margin-top: 50px;
}

a
{
  color: #999;
}

a:hover
{
  color: #555;
}

p.text
{ 
  margin-bottom: 0.4em;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
    font-family: "GillSans", Arial, sans-serif;
}

.help
{ 
	margin-top: 3em;
  	margin-bottom: 3em;
}

.mirror a,
.mirror a:hover
{ 
  	color: #666;
  	text-decoration: none; 
}

