body {
background-color:#032C5C;
margin: 0px;
font-family:Tahoma;
font-size:11;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-attachment : fixed;
text-align:center;
color:#000000;
}
#main-holder {
	width:700px;
	text-align:left;
	margin:0 auto;	
	background-color:#0069D5;
	}
table {
	font-size:11;	
}
table td{
	background-color:#0069D5;}
#footer {
	color:white;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:center;
}
#header {
	background-image:url(../images/topbg.gif);
	background-repeat:repeat-x;
}
#imghld {
	background-image:url(../images/imgbg.gif);
	background-repeat:repeat-x;
}
#content {
	background-color:#ffffff;
}
#box {
	position:absolute;
	margin-left:350px;
	margin-top:250px;
	width:330px;
	line-height:18px;
	text-align:right;
}
b {
	color:#FF9000;
}

h1 {
	color:#FF9000;
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:14px;
}
a.white {
	color:white;
}

a {
	color:#FF9000;
}
