html, body {
        font-family: "Verdana";
        font-size: 10px;
        color: #FFFFFF;
	background-color: #FFA500;
	margin: 0px 0px 0px 0px;
	height: 99%;
	width: 100%;
}

a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #b0b0b0;
	text-decoration: none;
}

#pageContainer {
	height: 100%;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}

#orangeVestContainer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	width: 640px;
}

#orangeVestSeal {
	background: url(/images/orangevest2.png) no-repeat center;
	height: 400px;
	width: 399px;
	#position: relative;
	#top: -50px;
	margin: 0 auto;
	z-index: 100;
}

#orangeVestPic {
	visibility: hidden;
	width: 640px;
	height: 480px;
	background: url(http://www.sackattack.net/main.php?g2_view=core.DownloadItem&g2_itemId=239&g2_serialNumber=2) no-repeat center;
	z-index: 9900;
	#position: relative;
	position: absolute;
	top: 25%;
	border: 1px solid white;
	margin: 0 auto;
	float: left;
}

#popUpLinkRight {
	background: #000000;
	width: 100px;
	float: right;
	clear: both;
	text-align: center;
	padding: 4px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#popUpLinkRight:hover{
	background: #ff8040;
}

#popUpLinkLeft {
	background: #000000;
	width: 130px;
	text-align: center;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#popUpLinkLeft:hover {
	background: #ff8040;
}

#vestTop {
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	background: #000000;
	color: #ffffff;
	float: left;
	width: 130px;
	text-align: center;
}

#vestTop:hover {
	background: #ff8040;
}

#vestLink {
	padding: 0px;
	margin: 0px;
}

#vestMenu {
	float: left;
}

#vestMenu ul .top {
	list-style-type: none;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	background: #333333;
	color: #ffffff;
	width: 130px;
	text-align: center;
	margin: 0px;
}

#vestMenu ul:hover .top {
	background: #ff8040;
}

#vestMenu ul .item {
	list-style-type: none;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	background: #333333;
	color: #ffffff;
	width: 130px;
	text-align: center;
	margin: 0px;
	display: none;
}

#vestMenu ul:hover .item {
	display: block;
}

#vestMenu li:hover .item {
	background: #ff8040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 34px;
	padding-right: 34px;
}

#vestItem {
	background: #ff8040;	
	z-index: 9999;
}

#vestWallTitle {
	color: #ff8040;
	font-size: 13px;
	font-weight: bold;
}

#vestWall {
        position: fixed;
        background: #ffffff;
	color: #000000;
        height: 20px;
        width: 100%;
        bottom: 0px;
        left: 0px;
        top: expression(document.body.scrollTop + document.body.clientHeight - offsetHeight);
        border-top: 1px solid #000000;
        padding-top: 10px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 5px;
	filter: alpha(opacity=80);
	opacity: .8;
	overflow: hidden;
	z-index: 9998;
}

#vestSlogan {
	margin: 0 auto;
	color: #000000;
	font-weight: bold;
	width: 50%;
	padding-top: 20px;
}

#pageContainer2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	#padding-top: 84px;
}

#orangeVestSealPage {
	background: url(/images/orangevest.png) no-repeat center;
	height: 150px;
	width: 150px;
	z-index: 9999;
	position: absolute;
	top: 0px;
}

#vestContentFill {
	height: 25px;
}

#vestContent {
	background: #ffffff;
	color: #525252;
	width: 600px;
	border: 1px solid #000000;
	margin-top: 84px;
	padding: 6px;
	margin-left: 74px;
	text-align: justify;
}

#vestTitle {
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	color: #ff8040;
	margin-top: 25px;
}

#vestCode {
	border: 1px dashed #ff8040;
	font-family: Verdana;
	font-size: 10px;
	padding: 4px;
	background: #f0f0f0;
	color: #000000;
}
