body{
	background-image:url(../images/greyback.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #f2f2f2;
	font-size: 12px;
	margin-bottom:0px;
	font-family: Century Gothic, sans-serif;
}

.center_screen{
	margin-top:10px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
    	position: relative;
    	width: 970px;
	height: 20%;
}
.menu_bottom{
	padding-left: 60px;
	color: #fff;
	font-size: 14px;
	width: 33%;
	font-family: Tahoma, Geneva, sans-serif;
}
.menu_bottom_text{
	padding-left: 60px;
	color: #7b7b7b;
	font-size: 14px;
	width: 33%;
	font-family: Tahoma, Geneva, sans-serif;
}
.menu_bottom_text A:link {text-decoration: none; color: #7b7b7b}
.menu_bottom_text A:visited {text-decoration: none; color: #989898}
.menu_bottom_text A:hover {text-decoration: none; color: #bbbbbb;}
.menu_top{
	width: 120px;
	text-align: center;
	color: #989898;
	padding-top: 70px;
	font-size:18px; 
	font-family: Century Gothic, sans-serif;
}
.menu_top A:link {text-decoration: none; color: #989898}
.menu_top A:visited {text-decoration: none; color: #989898}
.menu_top A:hover {text-decoration: none; color: #fff;}

.button{
	cursor: pointer;
	height: 28px;
	color: white; 
	font-weight: bold; 
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/button1.png); 
	background-repeat: no-repeat; 
	text-align: center; 
	line-height:26px;	
}
.button:hover { 	background-image: url(../images/button2.png); }

.content{
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	padding-left: 100px;
	padding-right: 100px;
}