@import "common.css";
html,body{
			background: #678 url(../images/dark_bg.png) repeat;
			}
#header		{
			height: 284px;

			border: none;
			background-color: transparent;
			}
#header .content{
			position: relative;
			top: 35px;
			}
#body{
			margin-top: 16px;
			}
* html #body{
			margin-top: 15px;
			}