@charset "UTF-8";

body, html {
	background-color: #121212;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
img {
	border: none;
	border-style: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
*, *:active, *:focus{outline:none;-moz-outline-style: none;}


#anchor {
	font-size: 1px;
}




#menu {
	position: absolute;
	z-index: 5;
	height: 50px;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	background-color: #000;
	color: #FFF;
	
	text-align: center;
}
#menu #email {
	z-index: 10;
}
#menu #emailFlash {
	position: fixed;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -65px;
}
#menu #penguin {
	position: fixed;
	top: 50%;
	margin-top: -95px;
	left: 50%;
	margin-left: 110px;
	z-index: 15;
}
#menu #links {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	top: 50%;
	margin-top: -58px;
	right: 0;
	margin-right: 20px;
	text-align: right;
	z-index: 9;
}





#shield {
	z-index:2;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #121212;
	top: 0;
	left: 0;
}

#shieldShade {
	z-index:2;
	position: absolute;
	width: 100%;
	height: 50px;
	ba/ckground-color: #111111;
	bottom: 0;
	left: 0;
	
	background-image:url(../images/shade.png);
	background-repeat: repeat-x;
}




a:active, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#top {
	position: absolute;
	top: 0px;
}


#outer {
	position: absolute;
	z-index: 4;
	
	width: 100%;
	b/order: solid;
	text-align: center;
	
	top: 50%;
	margin-top: -300px;
}
#content {
	text-align: center;
	width: 900px;
	height: 600px;
	b/order: solid;
}
#outer img {
	pos/ition: relative;
	fl/oat: left;
	margin-right: 5px;
}

#info {
	 width: 700px;
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin-left: -350px;
	 
	 color: #FFF;
}
#info image {
	 width: 200px;
	 vertical-align: top;
}
#info #titles {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-align: right;
	vertical-align: top;
	width: 100px;
	color: #999;
}
#info #details {
	font-size: 12px;
	line-height: 17px;
	vertical-align: top;
}
#info #details img {
	margin-top: 0px;
	vertical-align: bottom;
	height: 16px;
	width: 16px;
}
#info tr {
	height: 100px;
}
#break .footer {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
#break .copy {
	font-size: 9px;
	color: #CCC;
}

ul {
	margin: 0px;
	margin-left: -40px;
}
ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	list-style-position: inside;
}
ul li img {
	height: 60px;
	width: 60px;
	margin-right: 1px;
	margin-bottom: 3px;
}
	






#topmenu {
	position: fixed;
	z-index: 1;
	height: 50px;
	width: 100%;
	top: 0;
	margin-top: 0px;
	background-color: #000;
	color: #FFF;
	
	text-align: left;
}
#topmenu #email {
	z-index: 12;
	position: relative;
	width: 250px;
}
#topmenu #emailFlash {
	position: fixed;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	top: 50%;
	margin-top: -8px;
	left: 0;
	margin-left: 20px;
}
#topmenu #penguin {
	position: fixed;
	top: 50%;
	margin-top: -95px;
	left: 50%;
	margin-left: 110px;
	z-index: 15;
}
#topmenu #links {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	top: 50%;
	margin-top: -65px;
	right: 0;
	margin-right: 20px;
	text-align: right;
	z-index: 14;
	bo/rder: solid;
	width: 60px;
	float: right;
}
#topmenu #outer {
	position: absolute;
	z-index: 10;
	
	width: 100%;
	b/order: solid;
	text-align: center;
	
	t/op: 50%;
	margin-top: -578px;
}