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

			border-bottom: 1px solid #aaa;
			background-color: #cddded;
			}
#header .content{
			position: relative;
			top: 35px;
			}
#body{
			margin-top: 15px;
			}