#container { 
position: absolute;
top: 50%;
left: 50%;
width: 600px; 
height: 300px; 
margin-top: -150px;
margin-left: -300px;
/*background-color: gray;
color: gray;*/
}

#images { 
clear: both;
width: 100%;
height: 170px; 
/*background-color: blue;
color: blue;*/
}

.one-image { 
float: 		right; 
margin-right: 	38px;
/*width: 		148px;*/
}

#links { 
width: 100%;
text-align: center;
/*background-color: yellow;
color: yellow;*/
}

a img { border: 0; }


