@charset "utf-8";

/* CSS Document */

body,html			{
					background-color:#333;
					background-image:url(../images/test-background.png);
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size: 0.83em;
					color:#333;
					margin-top: 0px;
					margin-bottom: 20px;
					margin-left:0px;
					margin-right:0px;
					}
#wrapper    		{
					width: 1154px;
					background: url(../images/Page.png) repeat-y;
					margin: 0 auto;
					}
#content			{
					width:1000px;
					margin: 0 auto;
					}
#header				{
					height:333px;
					width:1154px;
					background:none;
					margin: 0 auto;
					}
#footer				{
					height:60px;
					width:1154px;
					background: url(../images/footer.png) no-repeat;
					margin:0 auto;
					}
#footer-body		{
					width:750px; 
					margin:0 auto; 
					border-top:1px solid #999999; 
					text-align:center; 
					line-height:1.5em; 
					padding-top:5px;
					}
#menu				{
					margin: 0 auto;
					width:1000px;
					background:url(../images/menu.png);
					height:35px;
					text-align:right;
					}
