* {
	margin: 0;
	padding: 0;
}

body{

	font: 11px verdana, arial, helvetica;
	color: Black;
	background-image: url(media/backbg1.jpg);
	background-repeat: repeat;
	background-position: right top;
	font-size:1em;
	margin-top: 20px;
	text-align: center;
	position: relative;
}

a{	
	color: Black;
	text-decoration: none;
}



a:hover{	
	text-decoration: underline;
}

a:active{
	color: #999999;
	text-decoration: none;
}

a:img{	
	border: 0 none;
}

h1, h2, h3 {
	background: transparent;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
}
h3 {
	font-size: 0.8em;
	text-decoration: underline;
}

h4 {
	font-size: 0.7em;
	font-weight: lighter;
	text-decoration: none;
}

h6 {
	font-size: 0.6em;
	font-weight: lighter;
	text-decoration: none;
}

p, li {
	font-size: 0.7em;
	line-height: 120%
}

ul {
	list-style-type: none;
}


#container {
	background-color: White;
	background-image:url(media/bg1.jpg);
	/* border: solid 2px black; */
	text-align: left;
	width: 800px;
	height: 600px;
	position: absolute center;
	margin-top: 3px;
}

#button {
	background: none;
	border: none;
	position: relative;
	float: right;
	margin-right: 74px;
	margin-top: 98px;
	z-index: 10;
	} 
