/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	background-image:url(/images/girl.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-color:#FFFFFF;
	
	height:100%;
	
	width:100%;
	min-width:1024px;
	min-height:768px;
}

div
{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
}

div.girl
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:1219px;
}

div.logo
{
	position:absolute;
	top:100px;
	left:400px;
	z-index:90;
	width:564px;
	height:284px;
}

div.message
{
	background-image:url(/images/frametop.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	width:466px;
	top:300px;
	left:400px;
	z-index:7;
	height:450px;
	
}

div.framebottom
{
	position:relative;
	bottom:43px;
	left:0px;
	z-index:8;
}

div.content
{
	position:relative;
	top:30px;
	left:0;
	padding:40px 60px 0 60px;
	z-index:10;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;	
	font-style:italic;
}


div.content h1
{
	font-size:200%;
	font-weight:bold;
	color:#993333;
}
