html
{
	min-height:100.01%
}

body
{
	text-align:center;
}


body,p,td
{
	font-family:arial, verdana;
	font-size:10px;
	line-height:1.5;
}

h1, h2
{
	margin:0;
	padding:0;
	font-size:24px;
	color:white;
}

#container
{
	margin:0 auto;
	width:500px;
	text-align:left;
}


#header
{
	text-align:center;
	width:500px;
	height:70px;
	background: url(/info_sites/img/bg-header.gif) no-repeat;
	margin-bottom:5px;
}

#content
{
	width:500px;
	background: url(/info_sites/img/bg-content.gif) repeat-y;
}

div
{
	border:0px solid red;
}

