﻿html,body {
	margin:0;
	padding:0;
	color:#000;
	background: #fff;
	background:  url(/content/site-bk.gif) repeat-y;
	background-position: center top;	
}

body
{	
	overflow-y: scroll;
	font:76%/1.5 Verdana;
	padding: 0px; margin: 0px;
	
		
}

#site 
{
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	background: url(/content/header-bk.gif);	
	background-position: center top;
	background-repeat: no-repeat;
}

#content
{	
	margin: 0 auto;	
	margin-bottom: 20px;
	margin-top: 20px;
	width: 860px;
	padding: 20px;		
}

.holder
{        
    background: #fff;
    width: 860px;    
    margin: 0 auto;                
}

