body 
{ 
   background-color: #d492cc;
   font-family: Verdana;
   margin: 0px;
   font-size: 10px;
   color: #d492cc;
   text-align: justify;
   background-image: url(images/index_05.jpg);
   background-repeat: repeat-y repeat-x;
   background-position: top-right; 
}   

b {color: #f6a2a4;}
u {color: #f6a2a4;}
i  {color: #f6a2a4;}
s {color:#f6a2a4;}

textarea
{
	background-color: #f6a2a4;
	color: #FFFFFF;
	border: 1px dashed #f6a2a42;
}   

.content
{
	position: absolute;
	margin-left: 48%;
	margin-top: 30%;
	width: 474px;
}

.content a 
{
	color:#ca4f7d; 
	text-decoration: none;
}
.content a:hover 
{
	color:#f6a2a4; 
	text-decoration: none;
	cursor:crosshair
}

.main
{
	position: absolute;
	margin-left: 78%;
	text-align: center;
	margin-top: 3%;
	width: 182px;
}
	
.main a{
	color: #f6a2a4; 
	font-size: 13px;
	letter-spacing: 3px;
	text-decoration: none;
	}

.main a:hover{
	color: #d492cc; 
	letter-spacing: 3px;
	font-size: 13px;
	text-decoration: none;
}

.sitetitle
{
	position: absolute;
	margin-left: 66%;
	margin-top: 16%;
	width: 325px;
	color: #FFFFFF;
	font-family: geosanslight, century gothic, verdana;
	font-size: 30px;
	text-transform: uppercase;
}


.title
{
	font-size: 15px;
	color: #FFFFFF;
	background-color: #d492cc;
	letter-spacing:1pt;
	text-align: center;
	text-transform: uppercase;
}

