html, body {
  background-image: url("../images/back.jpg");
  height:100%;
}

#wrapper {
	position: relative;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#logo {
	background-repeat: no-repeat;
	height: 91px;
	width: 233px;
	position: absolute;
	top: 60px;
	left: 0px;
}

#socialnetwork {
	position: absolute;
	top: 30px;
	right: 0px;
}
#social {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

#title {
	font-family: 'Josefin Sans', sans-serif;
	width: 650px;
	position: absolute;
	left: 310px;
	top: 170px;
	color: #666;
	font-size: 1.25em;
}
#nav {
	left: 0px;
	top: 220px;
	position: absolute;
}
#content {
	position: absolute;
	left: 310px;
	top: 220px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


#shadows {
	width: 100%;
	position: relative;
	z-index:-1;
	top: -60px;
}


.menu, .menu a:link, .menu a:visited {
	color: #666;
	text-decoration: none;
	list-style-type: none;
	line-height: 1.8em;
	font-size: 1em;
	font-family: 'Josefin Sans', sans-serif;
}
.menu a:hover, .menu a:active {
	color: #ED894B;
	list-style-type: none;
	text-decoration: none;
}
.submenu, .submenu a:link, .submenu a:visited {
	color: #666;
	font-family: 'Josefin Sans', sans-serif;
	list-style-type: circle;
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 1em;
}
.submenu a:hover, .submenu a:active {
	color: #ED894B;
	list-style-type: circle;
	text-decoration: none;
}

.activepage {
	color: #ED894B;
}


#footer {
	position: absolute;
	width:100%;
	color: #666;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	line-height: 2em;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;;
	z-index:3;
	clear:both;
	bottom: 0px;
}	
#footer a:link {
	color: #ED894B;
	font-size: 1em;
	text-decoration: none;
}
p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.15em;
	color: #333;
	line-height: 1.1em;
	text-align: justify;
}
.images {
	float: right;
	position: relative;
	width: 35%;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 0px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 35px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.video {
	float: right;
	position: absolute;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 40px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	left: 0px;
	top: 0px;
}
