﻿body
{
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;	
	margin:0px; padding:0px;
}

.background
{
	position:relative;
	width:1000px;
	height:100%;
	background:url(images/bg_middle.jpg) repeat-y;
}    
    
.top 
{
	position:absolute; top:0px;
	background-image:url(images/bg_top.jpg);
	width:1000px; height:680px;	
}

.title
{
	position:absolute;
	top:100px;
	left:305px;
	width:634px;
	text-align:center;
	color:#cbf915;
	font-size:26px;
	font-weight:bold;	
}

.content
{
	position: absolute;
	left:305px;
	top:194px;	
	width:634px;
}


.bottom
{
	position:absolute; bottom:0px;
	background-image:url(images/bg_bottom.jpg);
	width:1000px; height:27px;	
}