/* CSS Document */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	overflow: scroll;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.border {
	border: 1px solid #252525;
}
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
#bg1 {
	width: 100%;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	cursor:default;
	height:100%;
}
#bg2 {
	width: 100%;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	cursor:default;
	height:100%;
}
