@charset "utf-8";
/* CSS Document */

body{
margin:0;
}
#wrapper{
width:792px;
margin:0 auto;
}
#top{
background-image:url(images/homescreen_01.gif);
width:792px;
height:157px;
}
#left a{
float:left;
background-image:url(images/homescreen_02.gif);
height:455px;
width:402px;
}
#right a{
float:right;
background-image:url(images/homescreen_03.gif);
height:455px;
width:390px;
}
#left a:hover{
float:left;
background-image:url(images/bright_02.gif);
height:455px;
width:402px;
}
#right a:hover{
float:right;
background-image:url(images/bright_03.gif);
height:455px;
width:390px;
}
.clear{
clear:both;
}