@import "common.css";

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

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