* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	background: url('../img/background.png') 0px -60px repeat-x #103E5E;
	position: relative;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo{
	position: absolute;
	top: 151px;
	left: 0px;
	width: 300px;
	height: 149px;
}

#photos{
	position: absolute;
	top: 150px;
	left: 360px;
	width: 600px;
	height: 150px;
}

#stripes{
	position: absolute;
	top: 330px;
	left: 0px;
	height: 50px;
	width: 960px;
	}

#info {
	width: 600px;
	text-align: justify;
	position: absolute;
	top: 410px;
	left: 360px;
	color: #FFFFFF;
	line-height: 16px;
}

#adress {
	width: 265px;
	text-align: right;
	position: absolute;
	top: 410px;
	left: 0px;
	color: #FFFFFF;
	line-height: 16px;
}

#adress a{
	
	color: #FFFFFF;
	text-decoration: none;
}

#adress a:hover{
	color: #FFAA66;
	}

p.name {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
}