html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(bg.png);
	color: #000000;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	border-color: #FFFFFF;
	}

a {
	color: #666666;
	text-decoration: none;
	}

a:hover{
	text-decoration:underline;
	}

img{
	border: 0;
	}

h1{
	display: inline;
	font-size: 150%;
	font-weight: bold;
	}

#noflash{
	width: 50%;
	font-size: 80%;
	padding: 10;
	background-image: url(bg1.png);
	position: relative;
	left: 25%;
	top: 75px;
	}

.style1 {
	color: #FF0000;
}

.style2 {
	font-size: 22px;
	font-weight: bold;
}
