@charset "utf-8";
/* CSS Document */

html
{
    background-color: #a00e18;
    background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
    /*background-position: 0 100px;*/
   
}

body
{
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header 
{
	height: 110px;
}

#content 
{
	width:100%;
	height:355px;
	background-image:url(../images/bkgdimage.jpg);
	background-repeat: repeat-x;
	background-position:bottom left;
	padding-left:13px;
}
