/*   
Theme Name: I Am John Ellis's Splash Page!
Theme URI: http://www.iamjohnellis.com
Description: Custom theme for Seriously Awesome!, the seriously awesome web design joint by John Ellis and Shane Zucker.
Author: John Ellis
Author URI: http://www.seriouslyawesome.com
Version: 1.0
.
For use only on www.iamjohnellis.com by John Ellis
.
*/

@import url("../reset.css");

#links, #jep, #sa { height: 75px; }

#links {
	width: 637px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -318px;
}

#links li {
	height: 75px;
	list-style: none;
	float: left; 
}

#jep, #sa { text-indent: -9999px; display: block;}

#jep {
	width: 306px;
	background: #FFFFFF url('images/johnellisphotography.png') no-repeat top left;
}

#sa {
	width: 330px;
	border-left: 1px solid #999999; 
	background: #FFFFFF url('images/seriouslyawesome.png') no-repeat top left;
}

#jep:hover {
	background: #FFFFFF url('images/johnellisphotography_over.png') no-repeat top left;
}

#sa:hover {
	background: #FFFFFF url('images/seriouslyawesome_over.png') no-repeat top left;
}