/* gomore main position */
body,html
{
	height: 100%;
}
body
{
	margin: 0px;
	background: url(../img/bg_gradient.png) repeat-y;
	padding: 0px;
	width: 780px;
	z-index:100;
}

#main
{
	width: 780px;
	padding-top: 100px;
	background-color: transparent;
	z-index: 101;
	position: relative;
}

#banner_right
{
	position: absolute;
	left: 800px;
	top: 100px;
	width: 140px;
	height: 350px;
	z-index: 102;
}

#banner_top
{
	position: absolute;
	left: 22px;
	top: 5px;
	width: 728px;
	height: 90px;
	z-index: 102;
}

#top
{
	float:left;
	clear:both;
	width: 779px;
	height: 155px;
	background-image: url(../img/top_blue_gradient2.png);
	background-repeat: repeat-x;
	z-index: 101;
}


#quotes
{
	position: absolute;
	left: 280px;
	top: 130px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #fff;
	z-index: 102;
	text-align: center;
}

#logo
{
	display: block;
	position: absolute;
	top: 100px;
	left: 10px;
	height: 114px;
	width: 219px;
	background-image: url(../img/logo_top2a.png);
	background-repeat: no-repeat;	
	z-index: 103;
	cursor: pointer;
}

#top_bar 
{
	display: block;
	position: absolute;
	top:216px;
	width: 255px;
	height: 37px;
	background-image: url(../img/top_bar.png);
	background-repeat: repeat-x;
	z-index: 103;	
}

#menu_bar_bulge
{
	display: block;
	position: absolute;
	top: 186px;
	left: 247px;
	height: 67px;
	width:532px;
	background-image: url(../img/menu_bar_bulge.png);
	background-repeat: no-repeat;	
	z-index: 102;
}

#menu
{
	position: relative;
	top: 100px;
	left: 290px;
	z-index: 102;
	width: 532px;
}
#wrap
{
	float:left;
	margin-top: 10px;
}

#box
{
	float:left;
	width: 200px;

}
#content
{  
  float: left;
  width: 550px;
  z-index: 102;
  margin: 5px 15px 0 15px;
  clear: none;
}

#footer
{
	float:left;
	clear:both;
	width:780px;
	text-align: center;
	padding-top: 10px;
}
#clock
{
	position: relative;
	display: block;
	z-index: 103;
	width: 28px;
	height: 28px;
	left: 4px;
	top: 4px;
}

#flag
{
	z-index: 102;
	position: absolute;
	right: 20px;
	top: 105px;

}
