body {
margin : 5;
padding : 0;
text-align : left;
font : 75% "Trebuchet MS", verdana, arial, sans-serif;
line-height : 1.5em;
background : #c32026 url(img/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;
background-position:center;

color : #000;
}
			
a.nav {
	font-weight: bold;
	font-size:11px;
	color:#2e2e2e;
	text-decoration:none;
}
a.nav:hover {
	font-weight: bold;
	font-size:11px;
	color:#c32026;
	text-decoration:none;
}

a.link {
	font-weight: normal;
	font-size:10px;
	color:#c32026;
	text-decoration:none;
}
a.link:hover {
	font-weight: normal;
	font-size:10px;
	color:#2e2e2e;
	text-decoration:none;
}

a.mail {
	font-weight: normal;
	font-size:11px;
	color:#c32026;
	text-decoration:none;
}
a.mail:hover {
	font-weight: normal;
	font-size:11px;
	color:#2e2e2e;
	text-decoration:none;
}


h1 {
margin : 5px;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 2px;
background : inherit;
color : #2e2e2e;
}

h2 {
margin : 2px;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 2px;
background : inherit;
color : #c32026;
}










