/* GLOBAL STYLES *//* GLOBAL STYLES *//* GLOBAL STYLES */

*{
  margin:0;
  padding:0;
}

html{
}

body{
  font:normal normal 90% arial,sans-serif;
  color:#000;
  line-height:1.4em;
  background:#fff;
  padding:0 0 10px 0;
}

a img{
  border:0px;
}

a,a:link,a:active,a:visited{
  color:#000;
  text-decoration:none;
}

a:hover{
  text-decoration:none;
  color:#999;
}

a:focus{
  color:#000;
}

.clear{
  font-size:0em;
  clear:both;
}

p{
  margin:10px 0 10px 0;
}

h2{
  margin:10px 0 10px 0;
  font-size:1em;
  font-weight:normal;
}

.small{
  font-size:0.8em;
  margin:20px 0 20px 0;
  text-align:center;
}

.links{
  font-size:0.8em;
  margin:10px 0 20px 0;
  text-align:right;
}

.enter{
  font-size:1.6em;
  font-weight:bold;
  margin:20px 0 20px 0;
  text-align:center;
}

/* LAYOUT *//* LAYOUT *//* LAYOUT *//* LAYOUT *//* LAYOUT */

#wrap{
  margin:50px auto 0 auto;
  width:700px;
  position:relative;
}

#textWrap{
  width:95%;
  margin:400px auto 0 auto;
}

/* SPECIFIC STYLES *//* SPECIFIC STYLES *//* SPECIFIC STYLES */

h1{
  font-size:1.2em;
  font-weight:bold;
  margin:0;
  padding:0;
  position:relative;
  width:700px;
  height:495px;
}

h1 span{
  width:700px;
  height:495px;
  position:absolute;
  margin:0;
  background:url("splash_images/splash-page-main.jpg") top left #fff no-repeat;
}