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

body{
	font-family:Bookman Old Style;	
	background-image: url(/images/bgsoon.jpg);
	background-repeat:no-repeat;
	background-size:69%;
	position: relative;
	left: 0px;
}

#holder{
	width: 950px;
	margin: 0 auto;	
}

.text{	
	text-align:center;
}

#title{
	margin-bottom: 20px;	
}

#title h1{
	margin-bottom:0px;	
}

#middle {
	width: 950px;
	margin:10px 0px;	
}

.imageframe{
	width: 800px;
	height: 320px;
	overflow: hidden;	
	margin:10px auto;
}

#middle img{
	margin-top: -90px;
	width:800px;	
}

#middle table{
	width: 800px;
	margin: auto;
	text-align: left;	
}