/* CSS Document */

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
img, div, a, input { behavior: url(assets/css/iepngfix.htc) 
}

#bg_image { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%; 
	height: 100%; 
}

#scrollable { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 2; 
}
#ornate h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFC;
}
#ornate h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
}
#ornate h3 {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}
#coming_soon h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
}
#coming_soon h2 {
	font-size: 16px;
	color: #FFC;
	font-weight: normal;
}
#coming_soon a {
	color: #FFC;
	text-decoration: none;
}

