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

html, body {
    background: #68b8dc url("../img/background.jpg") repeat-x fixed center top;
    font-family: "Century gothic","Apple Gothic",sans-serif;
}

.wrapper {
	position:relative;
	width:1000px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}

.logo {
	float: left;
	height: 400px;
	width: 1000px;
}

.container {
	position: relative;
	width: 300px; 
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
}


.title2 {
	float: left;
	height: 30px; 
	width: 300px; 
}

.content {
	float: left;
	height: 100px; 
	width: 300px; 
	}

.footer {
	float: left;
	height: 100px;
	width:300px
	color: #999;
 }
 
.footer a:hover a:active {
	color:#333;
}

.footer a:visited {
	color:#999;
}