/*
 * "An artist can always entertain or amaze or amuse. Creating something that lasts -- that's not so easy."
 * - Gabriel Orozoco
 */
 
html, body { height: 100%; }

body {
	margin: 0;
	padding:0;
	background: #1d1d1d;
}

#master { 
	position:absolute;
	width: 100%;
	height: 100%;
}

#child { 
	position:absolute; 
	top:50%; 
	width: 100%;
	height:220px; 
	margin-top:-110px;
	background: #111111;
	border-top: 5px solid #01e9ff;
	border-bottom: 1px solid #111111;
}

#link1 { 
	position:relative;
	left: 0;
	margin-right: 190px;
}

#link2 { 
	position:relative;
	left:0px;
}

#link3 { 
	position:relative;
	left: 0;
	margin-left: 190px;
}


#fulldecal {
	position:absolute; 
	top:50%; 
	width: 100%;
	height:600px; 
	margin-top:-300px;
	background: #111111 url('../img/splash/eepmon-sakurabg.gif') repeat-x;
}

#child p {
	font-family: Georgia;
	color: #CCCCCC;
}

#child img {
	width: 166px;
	height: 200px;
	position: absolute;
	left:50%;
	margin-left: -83px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px auto;
}

#footer #footernav {
	margin: 0 0 0 24px;
	padding: 0 24px 0px 0;
	border-left: 1px solid #303030;
	float: right;
	height: 100px;
}

/*#footer #footernav:first-child { border-left: none; }*/

#footer #footernav ul {
	margin: 0 auto;
	padding: 0 0 0 10px;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

#footer #footernav li.title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
 	color: #9a9a9a;
 	padding-bottom: 5px;
}

#footer #footernav ul li {
	display: block;
	font-family: Georgia;
	font-size: 0.9em;
	color: #555555;
	padding-left: 0px;
	padding-right: 0px;
}

#footer #footernav ul li a {
	display: block;
	text-decoration:none;
	padding-left: 0px;
	padding-right: 0px;
}

#footer #footernav ul li a:link{ color: #555555;}
#footer #footernav ul li a:visited{ color: #555555;}
#footer #footernav ul li a:hover{ color: #01e9ff;}
#footer #footernav ul li a:active{ color: #555555;}