﻿#wrap
{
	/*width:900px;*/
	margin:auto;
}

#logo
{
 background-image:url('/Solvd.Cmr.UI/images/Header.jpg');
 background-repeat:no-repeat;
 background-position :center center;
 background-color:Gray;
 /*height:150px;*/
 left:0;
 /*position:absolute;*/
 top:0;
 width:900px;
 z-index:-1;

}

#footer {
clear:both;
background:#cc9;
padding-top:20px;
text-align:center;
}

