@import "common.css";

html,body{
			background: #cddded url(../images/light_bg.png) repeat;
			}

#header		{
			position: static;
			text-align: center;
			
			width: 740px;
			height: 260px;
			
			margin: 19px auto;

			border: 1px solid #aaa;
			background-color: #667788;
			}
#header .content{
			margin: 15px auto;
			text-align: left;
			position: relative;
			}
#body{
			text-align: left;
			width: 700px;
			margin: 0 auto;
			
			background-color: #E9E9D3;
			border: 1px solid #aaa;
			
			padding: 4px;
			}
* html #header{
			height: 265px;
			margin-bottom: 15px;
			}			