@charset "utf-8";
/* CSS Document */

hrml
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-image: url(../images/bk.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	
	padding: 0px;
	margin: 0px;
	
	height:100%;
	width: 100%;	

	overflow: hidden;	
	
} 

.img_sites
{
	background-image: url(../images/sites.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;	

	padding: 0px;
	margin: 0px;
	
	height:768px;
	width: 100%;	
	
	overflow: hidden;
}

.text
{
	position: relative;
	
	top: 30px;
	
	width: 850px;
	height: 200px;
	
	color: white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	padding: 0px;
	margin: auto auto;	
}
.text2
{
	color: white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding-top: 15px;

}