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

body{
	margin: 0;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Verdana", helvetica, sans-serif;
	}

#neo{
	background-color:#b7daf0;
	background-image: url(../images/bg_neo2009.jpg);
	}
a img {
	border: 0;
	}

#logo{
margin:0;
padding:0;
position:absolute;
width: 100px;
height: 111px;
left: 298px;
top: 550px;
z-index:10;
}
  
#gallery{
margin:0;
padding:0;
width: 500px;
position:absolute;
visibility:show;
left: 105px;
top: 250px;
}

#imagelist {
margin:0;
padding:0;
width: 600px;
list-style-type: none;
}
#imagelist li {
width: 130px;
height: 140px;
float: left;
}

#imagelist img:hover{
border: 2px white solid;
}

