@import url("reset.css");

body
{
background: #EDEDED;
font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
}

#splash{
position:absolute;
top:50%;
left:50%;
width:130px;
height:130px;
margin-left:-65px;
margin-top:-65px;
}

h1{
color:#111;
font-size:100px;
font-weight:normal;
text-align:right;
text-shadow: white 1px 1px 0px;
}

p{
width:130px;
color:#ccc;
font-size:25px;
text-align:right;
margin-top:-10px;
}