body { background-color : #f8f8f4; }
* { margin : 0px; padding : 0px; }

#container { position : relative; width : 950px; height : 650px; margin : 0 auto; }
#content { width : 892px; height : 900px; margin-left : 8px; padding-top : 90px; }

/*Columns*/
.col1 { float : left; width : 430px; }
.col2 { float : right; width : 450px; }

/*Images with links*/
.test1 { width : 423px; height : 348px; background-image : url(site1.png); background-repeat : no-repeat; }
.test2 { width : 381px; height : 466px; background-image : url(site2.png); background-repeat : no-repeat; }
.test1 a { display : block; width : 423px; height: 348px; text-decoration : none; }
.test2 a { display : block; width : 381px; height: 466px; text-decoration : none; }

