@charset "utf-8";
/* CSS Document */

body{
	font-family:'Lucida Sans Unicode', Verdana, Helvetica;
	font-size:11px;
	color:#999;
	line-height:150%;
	background-image:url(../images/grain.gif);
	text-align: left;
}

.bg{
	background-color:#999;
	
}

.center{
	margin-top:200px;
	text-align:center;
}

h1{
	margin-left:20px;
}

a:link, a:visited, a:hover, a:active{
color:#0F0;	
}
/*
#flash{
	margin:0 auto;
	text-align:center;
	width:400px;
	height:auto;

}
*/
.centrepicture{
	text-align:center;
	
}

#flash {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

#header {
    width: 100%;
    height: 100%;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    position: absolute;
    z-index: 19;
} 