/* main area */


body {
	font-family:arial;



	margin: 0px; 

	padding: 0px;

	text-align: center;
  
  background-color: #000000;
  
  
	
  }

#cont {




	width: 800px;
	height: 600px;

	margin-left: auto;

	margin-right: auto;

	margin-top: 0px;

	padding-top: 0px;

	text-align: left;

	position: relative;

  background-image: url(http://www.socale30.com/images/background.jpg); 
	
	background-repeat: no-repeat;
	
	
  }
	

#links {

position: absolute;

width: 250px;

height: 200px;

top:325px;

left:550px;

}


#image {

position: absolute;

top: 100px;

left: 85px;
}



#text {

position: absolute;

top: 220px;

left: 85px;

height: 320px;

width: 445px;

background-color: #ffffff;

}


#textcont {


position: absolute;

top: 20px;

font-size: 12px;

left: 15px;

height: 300px;

width:410px;

text-align: center;

line-height:21px;

letter-spacing:1px;
}


#copy {

color: #eeeeee;

font-size: 9px;

position: absolute;

top: 340px;

left: 30px;

text-align: center;

height: 100px;

width: 600px;

}


 a:link{

	

	color: #000000;

	
	text-decoration: none;

}





a:visited {

	

		color: #000000;
	

	text-decoration: none;

}



 a:active {

	

		color: #000000;


	text-decoration: none;

}



a:hover{



		color: #000000;
	font-weight: bold;

	text-decoration: underline;	

}







