* {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma, sansserif;
	overflow: hidden;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#main {
	background: url(images/transpWhite.png);
	padding: 0 0 0 0;
	position: absolute;
	top: 10%;
	left: 15%;
	width: 70%;
  height: 80%;
	text-align: center;
	color: black;
	font-size: 100%;
	z-index: 6000;
}

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 100%;}
h4 {font-size: 75%;}


A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: yellow;}

