@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container{
	width:1075px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/sites.png);
	height: 560px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.strip{
	height:150px;
	width:100%;
	background-image: url(../images/stripbg.png);
	background-repeat: repeat;
}
.strip p{
	padding:0px;
	margin:0px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	line-height:28px;

}
.strip p a:link{
	color: #FFF;
}
.strip p a:visited{
	color: #FFF;
}
.strip p a:hover{
	color: #CCC;
}
.inner{
	width:1075px;
	height:150px;
	margin-right:auto;
	margin-left: auto;
	position: relative;
}
.message{
	width:680px;
	margin-top:28px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:32px;
	color:#FFF;
}
.logo{
	width:358px;
	height:207px;
	position: absolute;
	left: 21px;
	top: -26px;
}
.message2{
	width:1075px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:28px;
	color:#FFF;
}
.button1{
	float:left;
	width:207px;
	height:56px;
	margin-top:50px;
	margin-left:80px;
}
.button2{
	float:left;
	clear:left;
	width:357px;
	height:95px;
	margin-top:220px;
	margin-left:15px;
}

