/* CSS Document - gbsa */

body {
	background-color: #000;
	background-image: url('../images/bg_01.gif');
	margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/
	}

p {
	font-size: 9px;
	font-family: 'Verdana', Arial, Sans-Serif;
	color: #000;
	text-align: center;
	}	
	
.page {
	margin: 0 auto;
	padding: 70px 0 0 0px;
	position: relative;
	width: 800px;
	height: 490px;
	border-bottom: 4px solid #000;
	}
	
.footer {
	margin: 15px 0px 0px 0px;
	height: 40px;
	font-size: 9px;
	font-family: 'Verdana', Arial, Sans-Serif;
	color: #000;
	text-align: center;
	}
	
a:link {
	color: #000;
	text-decoration: none;  
	} 

a:visited {
	color: #000;
	text-decoration: none; 
	} 

a:hover {
	color: #333;
	text-decoration: none; 
	}