/* CSS Document */

html {
height: 100%;
}

body { 
background-image: url(images/splash.jpg); 
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 0px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
color:#FFFFFF;
}

#copyright {
position: fixed;
bottom: 5px;
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10px;
}

.font14 {
font-size:14px;
font-weight:bolder;
}

a.enter:link, a.enter:visited, a.enter:active {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:14px;
}

a.enter:hover {
color:#ff017b;
font-weight:bold;
text-decoration:none;
font-size:14px;
}

a.copy:link, a.copy:visited, a.copy:visited {
	color:#ee3185;
	text-decoration: none;
	font-size:10px;
}

a.copy:hover {
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
}