/* Main CSS for 1st page 555webdesign / Tom Sotil / 25. Aug. 2008*/
/* Main CSS 555webdesign / Tom Sotil / 25. Aug. 2008*/
@import url("menu.css");
@import url("layout.css");
@import url("plugins.css");
@import url("rte.css");

html, body {
    margin: 0;
    padding: 0;
	background: #1A3460;
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
}

#header_container {
    position:absolute;
    top:0;
 	left:0;
 	right:0;
    text-align:center;
    margin:0;
    height: 104px;
    z-index:3;
	background-image: url(../statpics/header_bg.jpg);
}

#header {
    position:absolute;
    top:0;
 	left:0;
 	right:0;
 	bottom:0;
    height:100%;
    z-index:3;
    margin:0;
	width: 100%;
}

#header_title {
	position: absolute;
	z-index: 100;
	top: 44px;
	left: 0px;
	width: 100%;
	height: 26px;
	text-align: right;
}

#logo_hdtv_p1 {
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
	width: 367px;
	height: 104px;
}

#logo_hdtv_p2 {
	position: absolute;
	z-index: 102;
	top: 104px;
	left: 0px;
	height: 82px;
	width: 367px;
}

#menu {
    position: absolute;
	z-index: 1000;
    top: 180px;
    left: 20px;
}


#content {
  position: absolute;
	left: 337px;
	right: 30px;
  height: 100%;
	top: 120px;
  z-index:2;
/*  width: 100%;*/
}

html, body{
	overflow: hidden;
}

#content{
  margin-top: -50px;
}
