@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:justify;
}
body {
	background-image: url(images/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 10px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC9900;
}
a:active {
	color: #CC9900;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
   width:100%;
   z-index:1;
}
#con {
	padding-top:150px;
	width:100%;
	z-index:99;
}
#footer {
   bottom:0;
   width:100%;
   height:219px;   /* Height of the footer */
   z-index:2;
}
#topleft {
	position:absolute;
	left:0px;
	top:0px;
	width:142px;
	height:422px;
	z-index:1;
	overflow: hidden;
}
#bottomleft {
	position:absolute;
	left:0px;
	top:100%;
	margin-top:-202px;
	margin-left:0px;
	width:373px;
	height:202px;
	z-index:1;
	overflow: fixed;
}
#topright {
	position:absolute;
	left:100%;
	top:0px;
	margin-top:0px;
	margin-left:-187px;
	width:187px;
	height:311px;
	overflow: hidden;
	z-index: 1;
}
#bottomright {
	position:absolute;
	left:100%;
	top:100%;
	margin-top:-219px;
	margin-left:-442px;
	width:442px;
	height:219px;
	z-index:1;
	overflow: fixed;
}
#ruler {
	position:absolute;
	left:4%;
	top:0px;
	margin-top:0px;
	margin-left:0px;
	width:200px;
	height:137px;
	z-index:6;
}
#main {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:150px;
	z-index:5;
	overflow: hidden;
}

