@charset "UTF-8";
body {
	width: 70%;
	margin:0 auto;
}
.container {
	width: 70%;
	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
.mainbody {
	background-image: url(photos/index_2013.png);
	background-repeat: no-repeat;
	float: none;
	height: 732px;
	width: 1100px;
}
.socialnetwork {
	background-color: #333;
	float: left;
	height: 100px;
	width: 1100px;
	margin-top: 250px;
}
.contact {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	height: 100px;
	width: 300px;
	font-size: small;
	margin-left: 15px;
	color: #CCC;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	float: left;
	height: 18px;
	width: 1100px;
	margin-top: 1px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
