/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background-color: #a5a5a5;
text-align: center;
}

.banners {
width:770px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.banners a{
margin: 0 10px 0 0;
}

.banners a img{
margin: 5px 0 5px 0;
}

#content {
width:800px;
height:850px;
background-image:url(images/background.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-bottom: 50px;
}

#pictures {
width:336px;
height:448px;
margin-left: 62px;
}

#pictures img{
margin: 0 10px 10px 0;
}

div#content div#pictures a img{
border: 1px solid white;
}

div#content div#pictures a:hover img{
border: 1px solid black;
}

div#footer {
}

table {
float:left;
margin-right:10px;
}
