body 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: white url('../img/back.gif') repeat-y fixed 50% 50%;
	height: auto;
}

.container 
{
	background: white;
	height: auto;
	min-height: 100%;
	position: relative;
}

.line 
{
	display: block;	
	height: 3px;	
	width: 695px;	
}

#content 
{
	width: 630px;
}



