html, body{  /* background: url('images/page_background.jpg') repeat-y top left; */  /* background: #FFFFFF url('images/page_back.png') repeat-y top center; */  height: 100%;  padding: 0;  margin: 0;}body{  background-color: #74A2DD;  color: #000;}img{  border: 0px;}img#bg{  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;}#header{  position: relative;  background: #74A2DD url('images/header_back.png') repeat-x top left;  color: #000;  width: 100%;  height: 90px;  margin-bottom: 10px;  z-index: 1;}#header div{  color: #000067;  font-family: arial, Helvetica, sans-serif;  font-size: 28px;  font-weight: bold;  text-align: center;  height: 90px;  line-height: 90px;}#logo{  float: left;  height: 90px;}#p_logo{  float: right;  height: 90px;}#p_logo img{  margin-top: 28px;}#content{  position: absolute;  padding-left: 220px;  clear: both;  z-index: 1;  top: 100px;  left: 0px;  right: 0px;}#nav{  float: left;  top: 0px;  margin-left: -210px;  width: 208px;}#nav ul{  list-style: none;  padding: 0;  margin: 0;}#nav ul li.single{  font-size: 10px;  line-height: 25px;  height: 25px;  font-weight: bold;  font-family: arial, Helvetica, sans-serif;}#nav ul li a{  display: block;  background: url('images/button-normal.jpg');  text-decoration: none;  color: #07062E;  text-align: center;}#nav ul li a:link{}#nav ul li a:visited{}#nav ul li a:hover{  background: url('images/button-down.jpeg');}#nav ul li a:active{  background: url('images/button-down.jpeg');}#nav ul li ul li a{  display: block;  background: url('images/short-normal.png');  text-decoration: none;  color: #07062E;  text-align: right;  padding-right: 10px;}#nav ul li ul li a:link{}#nav ul li ul li a:visited{}#nav ul li ul li a:hover{  background: url('images/short-down.png');}#nav ul li ul li a:active{  background: url('images/short-down.png');}#main{}#footer{  clear: both;  margin-left: -220px;  text-align: center;}/*a:link {color: #FF0000}a:visited {color: #00FF00}a:hover {color: #FF00FF}a:active {color: #0000FF}*/
