@charset "UTF-8";
/* CSS Document */

#splashlogo {
	margin:125px 0 15px 0;								/*controls distance from top of page*/
}
#namelogo h1 {
	position:relative;
	width:451px;
	height:44px;
	overflow:hidden;
	text-transform:uppercase;
	margin:0 auto;										/*centers the image and text in div*/
}
#namelogo h1 span {
position:absolute;
top:0;
width:100%;
height:100%;
background-image:url(images/sig.topname.451x44.gif);
background-repeat:no-repeat;
margin:0 auto;
}
a img {													/*removes mozilla default blue border from image links*/
border-style:none;
}
#splashlinks {
position:relative;
/*width:320px;*/
padding:0;
margin:10px auto;
height:50px;
overflow:hidden;
border-style:none;
}
#splashlinks img:link, img:visited {
margin:0;
position:relative;
top:0;
}
#splashlinks img:hover, #splashlinks img:active {
margin:0;
position:relative;
top:-50px;
}
a:active, a:visited {									/*removes mozilla dotted outline default setting from visited and active links*/
outline:none;
}