html {
	background-color: #525D68;
}

@font-face{
	font-family: 'Raleway';
	src: url('../fonts/raleway_thin.eot');
	src: url('../fonts/raleway_thin.ttf') format('truetype'),
	url('../fonts/ralway_thin.otf') format('opentype');
}

body {
	background-color: #525D68;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: xx-large;
	color: #ffffff;
}

a:link {
	color: #8F9FB4;
	text-decoration: underline;
}

a:hover {
	color: #8F9FB4;
	text-decoration: underline;
}

a:active {
	color: #8F9FB4;
	text-decoration: underline;
}

a:visited {
	color: #8F9FB4;
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0px auto;
	padding: 0px 15px;
}

#header {
	position: relative;
}

#menuname {
	position: relative;
	margin: 0px auto;
	top: 4px;
}

.text {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: 200;
	color: #8F9FB4;
	margin: 30px auto;
}

.contact {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: 200;
	color: #8F9FB4;
	margin: 0px 0px 30px 98px;
}

span {
	display: none;
}

img {
    border: 0;
}