body {

		 	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
		 	COLOR: white;
		 	font-size: 12pt;
		 	font-weight : normal;
		
background-color: black;
}


div#container {
position:absolute;
left: 50%;
width: 1000px;
margin-left: -500px; 
top: 50%;
height: 600px;
margin-top: -300px; 
background-color: black;
}

.borderit img{
border: 1px solid #cccccc;
}

.borderit:hover img{
border: 3px solid white;
}
