body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size : 12px;
background-color : #212121;
margin : 0;
}

a:link, a:visited {
text-decoration : none;
color : #ceed5b;
}

a:hover {
text-decoration:line-through;
color : #FFFFFF;
}

h1 {
color : #ceed5b;
font-style:italic;
font-size:36px;
margin-bottom:-20px;
}

p {
color : #FFFFFF;
font-weight:bold;
font-style:italic;
margin-top:40px;
}

#cont{
    width:800px;
    height:635px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-320px;
	background-image:url(img/splash.jpg);
	background-repeat:no-repeat;
}

#text {
width:250px;
height:565px;
text-align:right;
padding-top:40px;
float:right;
}
#footer {
width : 600px;
height : 20px;
margin : 0 auto;
float : right;
background-color:#FFFFFF;
}
#footer p {
color : #212121;
font-size : 10px;
text-align : right;
padding-right : 10px;
font-style : italic;
margin-top : 3px;
}
