@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
background:#0061af url(cl_images/pageBack.jpg) top repeat-x;
}

#container {
width:830px;
margin:60px auto 0;
}

#left {
width:390px;
height:450px;
background:url(cl_images/safarisBack.png) no-repeat;
display:inline-block;
margin-right:40px;
float:left;
}

#buttonLeft {
background:url(cl_images/safarisButton.png) bottom no-repeat;
width:120px;
height:60px;
display:block;
margin:365px auto 0;
}

#right {
width:390px;
height:450px;
background:url(cl_images/adventuresBack.png) no-repeat;
display:inline-block;
float:left;
}

#buttonRight {
background:url(cl_images/adventuresButton.png) bottom no-repeat;
width:120px;
height:60px;
display:block;
margin:365px auto 0;
}

#buttonRight:hover, #buttonLeft:hover {
background-position:top;
}

