/*
CSS Document created by ownAAAks 
http://dlseek.c.la
*/

body {

	background-image : url('background.gif');
	background-repeat : repeat-x;
	background-color : #000000;
	
	margin-left : auto;
	margin-right : auto;
	
	width : 900px;

	font : #ffffff;
}

p {

	text-align : center;
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	
}

#header {

	background-image : url('header.png');
	width : 900px;
	height : 200px;
	
	margin-top : 100px;
	margin-left : auto;
	margin-right : auto;
	
} 

#header-google {

	background-image : url('header-google.gif');
	width : 900px;
	height : 200px;
	
	margin-top : 100px;
	margin-left : auto;
	margin-right : auto;
	
} 