body
{
	background-color: black;
	color: #b2e8d0;
	background-image: url('img/bg.jpg');
}

#logo
{
	width:100%;
	min-width:256px;
	max-width:512px;
	max-height:440px;
}

.fixed-element 
{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 43px;
	margin-right: 9px;

}

a:link
{
	text-decoration:none;
	color: #ffffff;
}
a:visited
{
	color: #ffffff;
	
}
a:hover
{
	color: #16b831;
}

a
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-shadow: 2px 2px #112414;
}
p 
{
	font-size: 110%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-shadow: 1px 1px #112414;
} 
h1
{
	font-size: 230%;
    font-family: Antykwa;
    text-shadow: 2px 2px #112414;
}
h2
{
	font-size: 200%;
    font-family: Antykwa;
    text-shadow: 4px 4px #112414;
}
h3
{
	font-size: 135%;
    font-family: Antykwa;
    text-shadow: 1px 1px #3b4655;
}

@font-face { font-family: Antykwa; src: url('fonts/antykwa.ttf'); }
