body	{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
        background-image:url(../images/bg_tile.jpg);
		background-repeat:repeat-x;
		background-color:#000000;
		padding:0px;
		margin:0px;
		}
#main   {
		margin:auto;
		position:relative;
		width:100%;
		height:100%;
		}
#header {
		background-image:url(../images/header.gif);
		background-repeat:no-repeat;
		width:959px;
		height:271px;
		}
#navigation {
		position:relative;
		top:90px;
		}
#content {
		position:relative;
		width:959px;
		}
#footer {
        clear:both;
		background-image:url(../images/footer_tile.jpg);
		background-repeat:repeat-x;
		width:100%;
		height:82px;
		}
#footer_text {
        position:relative;
		top:20px;
		background-image:url(../images/footer.gif);
		background-repeat:no-repeat;
		color:#ffffff;
		}
