@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3333;
}
#content {
	height: 100%;
	width: 100%;
	position: fixed;
}
#logo {
	position: absolute;
	margin-left: 10%;
	z-index: 0;
	text-align: center;
	height: 300px;
	width: 675px;
	left: 0px;
	top: 20%;
	right: 0px;
	margin-right: 20px;
	bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/helmetgirlslogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#backgroundimages {
	position: fixed;
	height: 100%;
	margin-right: 0px;
	text-align: right;
	z-index: 1;
	right: 0px;
	left: 0px;
}
h1 {
	font-family: "Arial Black", Helvetica, Arial;
	text-align: left;
	color: #FF0033;
	font-size: 50px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
h2 {
	font-family: "Arial Black", Verdana;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 70px;
	line-height: 70px;
}
a {
	color: #FF3333;
	text-decoration: blink;
}
#camillalogo {
	position: fixed;
	z-index: 0;
	right: 0px;
	filter: DropShadow(Color=#ff0033, OffX=-5, OffY=-5, Positive=y);
	bottom: 0px;
}
#comingsoon {
	position: absolute;
	bottom: 60px;
	right: 40px;
	z-index: 10;
}
#links {
	position: absolute;
	margin-left: 10%;
	z-index: 10;
	text-align: left;
	height: 400px;
	width: 675px;
	left: 0px;
	top: 20%;
	right: 0px;
	margin-right: 20px;
	bottom: 0px;
	padding-top: 370px;
	padding-left: 60px;
}
