/* 
    Document   : splash_styles
    Created on : 05-May-2009, 14:05:51
    Author     : malcolmhire
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html{
    overflow:hidden;
}
body {
    background:#636467;
    margin:0;
    padding:0;
    font-family: arial, Helvetica,sans-serif;
    font-size:10pt;
    color:#221E1F;
}
a{
    color:#221E1F;
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
}
h1{
	text-align:center;
	font-size:1.7em;
}
h2{
	text-align:center;
	margin:0;
	padding:0;
}
p{
   text-align:center;
}
div.container{
    margin:0;
    padding:0;
    height:800px;
    background: url('../graphics/splash_bg.png') repeat-x;
}
div.inner_container{
    width:900px;
    margin: 0 auto;
}
div.logo{
    width:399px;
    height:332px;
	margin:0 auto;
	
}
.logo img
{
	margin-top:150px
}
* html .logo img
{
	margin-left:250px
}
a.enter{
	display:block;
	margin:0 auto;
	width:106px;
	height:20px;
	padding-top:20px;
}
a.enter:hover{
	text-decoration:underline;
}

