@charset "utf-8";
/* CSS Document */

a.dsphead{
   text-decoration:none;
   margin-left:0.5em;
   font-size: small;
   font-family: Arial;}
a.dsphead:hover{
   text-decoration:none;}
a.dsphead span.dspchar{
   font-size: small;
   font-family: Arial;
   font-weight:normal;}
.dspcont{
   display:none;
   margin-left:0.5em;}


.border
{ 
border: 2px solid #FFFFFF
}


body {
	background-image:url(backv2.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}



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

#SplatBack {
	position:fixed; 
	top: 50px;
	left: 50%;
	z-index:2; 
	width:940px; 
	height:527px;
	margin-left:-470px;
}

#LeftBar {
	position:fixed; 
	top: 0px;
	left: 50%;
	z-index:3; 
	width:75px; 
	height:500px;
	margin-left:-400px;
}

#RightBar {
	position:fixed; 
	top: 0px;
	left: 50%;
	z-index:3; 
	width:75px; 
	height:500px;
	margin-left:325px;
}

#Girl {
	position:absolute; 
	top: 20px;
	left: 50%;
	z-index:4; 
	width:320px; 
	height:50px;
}

#Main {
	position:absolute; 
	top: 80px;
	left: 0px;
	z-index:5; 
	width:100%; 
	height:100px;
}

#ContactLinks {
	position:fixed; 
	top: 5px;
	left: 50%;
	z-index:6; 
	width:75px; 
	height:2px;
	margin-left:325px;
}

#Title {
	position:absolute; 
	top: 2px;
	left: 0px;
	z-index:7; 
	width:100%; 
	height:85px;
}

#Buttons {
	position:fixed; 
	top: 5px;
	left: 50%;
	z-index:8; 
	width:75px; 
	height:200px;
	margin-left:-400px;
}

#Logo {
	position:absolute; 
	top: 2px;
	left: 50%;
	z-index:9; 
	width:150px; 
	height:120px;
	margin-left:-350px;
}



#Table {
	width:600px;
	height:2px;
	display: table;
}

#TableRow {
	width:600px;
	height:2px;
	display: table-row;
}

#TableSplitRow {
	width:600px;
	height:15px;
	display: table-row;
}

#TopTag {
	width:600px;
	height:30px;
	display: table-cell;
	background-image: url(toptag.png);
	background-repeat:no-repeat;
}

#FrontPage {
	width:600px;
	height:20px;
	background-image: url(textback.png);
	display: table-cell;
}

#MainContent {
	width:600px;
	height:20px;
	background-image: url(textback.png);
	display: table-cell;
	padding: 5px;
}

#BaseTag {
	width:600px;
	height:2px;
	display: table-cell;
	background:#FFF;
}