@charset "ISO-8859-1";
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#myAlternativeContent {
	text-align:center;
	margin-top:60px;
	height: 100%;
}
/* end hide */
#innerAlternate {
	text-align:center;
	margin-top:60px;
	
	height: 545px;
}
body {
	background-color: #000000;
	background-image: url(../images/tin_blue_new01darkerX.jpg);
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 100%;
}
p {
	font-size: 75%;
	line-height: 160%;
}
a:link {
	color: #69B3E5;
}
a:visited {
	color: #97CCE6;
}
a:hover {
	color: #BFDAE7;
}
a:active {
	color: #69B3E5;
}
#textBox {
	background-color: #000000;
	width: 600px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-size: 120%;
	color: #CCCCCC;
	line-height: 140%;
}
#logo {
	padding-right: 600px;
	margin-left: -10px;
}
h2 {
	font-size: 90%;
	color: #FF9900;
}

