body { 
		background-color: #262626;
    background-repeat: repeat, no-repeat;
    background-position: center center;
    
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	font-family: Helonia, "Hoefler Text", Georgia, serif;
	font-size: 19px;
	color: #FFF
	

}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}



a {	color: #FFF;
}



h2 {
	font-size: 25px;
	
}

h3 {
	font-size: 20px;
}

/* The container in which the website resides. */
#container {
	margin: 0px auto 0;
	width: 1200px;
	min-height: 100%;
	
}

/* The header with the website title at the top. */
#header {
	padding-top: 1%;
	text-align: center;
	
}
#header h1 {
	margin: 0;
	font-size: 56px;
}
#header h1 a {
	color: #1F1F1F;
}

/* The navigation menu. */
#navigation {
	margin-left: 30px;
	position: fixed;
}

#menu {
	list-style-type: none;
	text-align: right;
}

.main {
	line-height: 40px;
}
.main a {
	font-weight: bold;
	font-size: 24px;
	color: #BABABA;
}

.sub {
	line-height: 15px;
}
.sub a {
	font-size: 15px;
	color: #BABABA;
}

.active {
	color: #1F1F1F;
}
.active a {
	color: #1F1F1F;
}

/* The content of the page. */
#content {
	padding-left:25%;
	min-height: 400px;
	overflow: hidden;
	width: 650px;
}
#content a {
	color: #DB3030;
}

/* The footer at the bottom of the page. */
#footer {
	text-align: center;
	bottom: 0;
	
		
}

/* different languages*/

#language {
		position: absolute;
		width: 200px;
		height: 20px;
		padding-left: 80%;
		font-size: 11px;
}

input#field {
 		width: 350px;
 		border: 2px solid #000;
 		padding: 5px;
 		font-family: 'Oswald', sans-serif;
 		font-size:13px;
}

textarea#field2 {
 		width: 350px;
 		border: 2px solid #000;
 		padding: 5px;
 		font-family: 'Oswald', sans-serif;
 		font-size:13px;
}

#button {
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
 box-shadow:inset 0px 1px 0px 0px #ffffff;
 background-color:#ededed;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
 border:1px solid #b4b0b0;
 display:inline-block;
 color:#000;
 font-size:13px;
 font-weight:bold;
 padding:6px 24px;
 text-decoration:none;
 text-shadow:1px 1px 0px #ffffff;
}

#button:hover {
 background-color:#dfdfdf;
}



#contact {
		
		float: right;
}

#contactlist {
		float:left;
		margin:0px;
		width: 220px;
}