#mainBody {
	color: #000;
	background: #000 url("images/bg.gif" ) repeat-x;
	margin: 0px;	
}

#mainBody2 {
	color: #000;
	background: #66CCF2;
	margin: 0px;	
}


#mainLogo {
	position:absolute; 
	left:45px; 
	top:506px; 
}

#addUrl {
	position:absolute; 
	left:200px; 
	top:538px; 
	color:#fff:
}


#line1 {
	position:absolute; 
	left:0px; 
	top:63px; /* 96 */
}

#line2 {
	position:absolute; 
	left:497px; 
	top:63px; 
}

#line3 {
	position:absolute; 
	left:995px; 
	top:63px; 
}

#line4 {
	position:absolute; 
	left:1500px; 
	top:63px; 
}

#line5 {
	position:absolute; 
	left:1994px; 
	top:63px; 
}

#line6 {
	position:absolute; 
	left:2499px; 
	top:63px; 
}

#line7 {
	position:absolute; 
	left:2993px; 
	top:63px; 
}

.base {
	position:absolute; 
	z-index:10;
}

.buoy {
	position:absolute; 
	z-index:10;
}

.f1 {
	padding-top:20px;
	position:absolute; 
	width:100px;
	background: url(images/redflag.gif) no-repeat;
	background-position:center top;
	z-index:5;
	text-align:center;
}

.f2 {
	padding-top:20px;
	position:absolute; 
	width:100px;
	background: url(images/blueflag.gif) no-repeat;
	background-position:center top;
	z-index:5;
	text-align:center;
}

.f3 {
	padding-top:20px;
	position:absolute; 
	width:100px;
	background: url(images/blackflag.gif) no-repeat;
	background-position:center top;
	z-index:5;
	text-align:center;
}

#leftBox { 
	color:#000;
	text-align: justify;
	font-family:Arial;
	horizontal-align: top;
}

#rightBox { 
	color:rgb(107, 108, 102);
	text-align: justify;
	font-family:Arial;
}

#rules
{
	border: 2px solid #fff;
	padding: 5px;
	color: #000;
}

.iv {
	background-color:#66CCF2;
	color:#000;
	border: 1px solid #fff;
	text-align:right;
}


#subText
{
	position:absolute; 
	color:#fff;
	left:45px; 
	top:506px; 	
}


#error
{
	font-size:120%;
	width:auto;
	color:#f00;
}

#row1
{
	background-color:#fff;
}

#row2
{
	background-color:#ddd;
}

/*	normal link */
a,
a:link,
a:active,
a:focus,
a:visited
{
	color:#FF0D0A;
	text-decoration: none;
}
a:hover {
	color: #995544; 
}

/*	add url  link */
a.url,
a.url:link,
a.url:active,
a.url:focus,
a.url:visited
{
	color:#999;
	text-decoration: none;
}
a.url:hover {
	color: #fff;
}



