/* CSS Document */


    
#whitebox
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffffff;
	position: absolute; 
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 500px;
	visibility: visible;
}

body

    {
    text-align: left;
    background-color: #000000;
    background-image: url(images/background.jpg);
    margin: 0px;

}




#sone{
	position: absolute; 
	left: 0px; 	
	top: 0px;
	width: 266px;
	height: 100px;
	background-image:url(images/one.jpg);
}


#stwo{					   
	position: absolute; 
	left: 266px; 	
	top: 0px;
	width: 267px;
	height: 100px;
	background-image:url(images/two.jpg);

}

#sthree{
	position: absolute; 
	left: 533px; 	
	top: 0px;
	width: 268px;
	height: 100px;
	background-image:url(images/three.jpg);

}

#sfour{
	position: absolute; 
	left: 0px; 
	top: 100px;		
	width: 266px;
	height: 131px;
	background-image:url(images/four.jpg);

}

#sfive{
	position: absolute; 
	left: 266px; 	
	top: 100px;
	width: 267px;
	height: 131px;
	background-image:url(images/five.jpg);
}


#ssix{
	position: absolute; 
	left: 533px; 	
	top: 100px;
	width: 268px;
	height: 131px;
	background-image:url(images/six.jpg);

}

#sseven{
	position: absolute; 
	left: 0px; 	
	top: 231px;
	width: 409px;
	height: 70px;
	background-image:url(images/seven.jpg);

	
}

#seight{
	position: absolute; 
	left: 0px; 
	top: 301px;		
	width: 409px;
	height: 140px;
	background-image:url(images/eight.jpg);

	
}

#snine{
	position: absolute; 
	left: 0px; 
	top: 440px;		
	width: 409px;
	height: 129px;
	background-image:url(images/nine.jpg);	
}

#sten{
	position: absolute; 
	left: 409px; 
	top: 476px;		
	width: 392px;
	height: 129px;
	background-image:url(images/background.jpg);	
}


#name
{
	position: absolute; 
	left: 409px; 
	top: 231px;		
	width: 392px;
	height: 70px;
	background-image:url(images/name.jpg);
}





#paragraph
{
	position:absolute;	
	width:409px;	
	color: #000000;
	top: 220px;	
	left:20px; 	
	width: 409px;
	height: 79px;
	font-size: 12px;
	font-style: plain;
	letter-spacing: -0.01em;	
	line-height: 20px;
    font-family: arial;
	z-index:99;	
}
