
html {
	background: url(images/wood.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

h1 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 50px;
	color : #ffffff;
}
 
p {
	font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
	font-size: 20px;
	line-height: 25px;
	color : #ffffff;
	margin-left: 1em;
}


h2{
	font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
	font-size: 1.4em;
	color : #C4B262;
}

h3{
	font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
	color : #ffffff;
}

h4{
	font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
	margin-left: 50em;
	color: #C4B262;
	
}

a{
	font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
	color : #ffffff;
	outline: none;
}

ul{
	color: #ffffff;
}



#mainScreen {
	width: 100%;
	min-width:961px;
}

#header {
	text-decoration:none;
	position: fixed;
	margin-top: 0em;
	left: 15%;
	width: 1024px;

}

#header a:link {
	color: #E0E0E0;
	text-decoration: none;
	font-weight: 600;
}
#header a:visited {
	color: #E0E0E0;
	text-decoration: none;
	font-weight: 600;
}
#header a:hover {
	color: #C4B262;
	text-decoration: none;
	font-weight: 600;
}

#header a:active {
	color: #C4B262;
	text-decoration: none;
	font-weight: 600;
}

#altcizgi {
	text-decoration:none;
	position: fixed;
	margin-top: 5em;
	left: 15%;
}

#menu {
	text-decoration:none;
	position: fixed;	
	bottom:1%; 
	right:5%; 
	width: 8em;
	margin-top: -2.5em;
}
