html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	text-align: left;

}

body1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
}

body2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
} 

#background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image: url(/image/background.jpg);
	width: 1000px;
	height: 1350px;
}

#activeflash {
	position: absolute;
	left: 770px;
	top: 310px;
	width: 210px;
	height: 210px;
}

#travelsafeflash {
	position: absolute;
	left: 770px;
	top: 75px;
	width: 210px;
	height: 210px;
}

#content {
	position: relative;
	z-index: 2;
	left: 50px;
	top: 225px;
	width: 425px;
	text-align: left;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

a {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.form {
	position: relative;
	padding-bottom: 10px;
}

.formRight {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 325px;
}

.text {
	width: 200px;
}

.button {
	background-color: white;
	border: 1px black solid;
}