@import url("screen.css");

body{
	color: #fff;
	background: #4aa1f7 url(../images/background.png) repeat-x left top;
	
		text-align: center;
}

h1{
	color:  #fff;
	text-shadow: 1px 1px 2px #7F7F7F;
}


header{	
}
header h1{
	text-indent: -200000px;
}

a{
	color: #fff;
	background: #7872ff;
	font-weight: bold;
	border: none;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

a:hover{
	background: #d70000;
	color:  #fff;
}


#logo{
	margin-top: 20px;
	width: 288px;
	height: 133px;
	background: url(../images/logo.png) no-repeat;
}


#description{
	margin-top: 50px;

}
#contact{
	font-size: 30px;
}
#description h1{
	font-size: 80px;
}

#footer{
	margin-top:  20%;
	text-align: center;
}