* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #3c71bf;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height:16px;
	text-decoration: none;
	color: #333333;
}

a, a:link, a:visited {
    text-decoration: none;
    border: 0px solid black;
	/*color: #ff8700; */
    color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff8700; 
	text-decoration: none;
	font-weight: bold;
}

img {
    border: 0px solid black;
}

#wrapper {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	z-index:7;
}

/*#logo {
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	margin-left:25px;
	margin-top:25px;
	height:200px;
}*/

#content {
	padding-bottom: 180px;
	z-index: 99;
	text-align: center;
	overflow: visible;
}

#bottom {
	position:absolute;
	bottom:0px;
	height:258px;
	width:100%;
	margin:0px;
	padding:0px;
	/*background-image: url('bottom_background.gif');*/
	overflow:hidden;
	z-index:6;
	
}

#bottom_left {
	float:left;
	background-image: url('bottom_left.gif');
	background-repeat: no-repeat;
	height:258px;
	width:549px;
	z-index:8;
}

#bottom_right {
	float:right;
	background-image: url('bottom_right.gif');
	background-repeat: no-repeat;
	height:258px;
	width:482px;
	z-index:9;
}
