@charset "utf-8";
/* CSS Document */

body {
background:#000000;
}

#container {
background: url(../img/indexbg.jpg) no-repeat;
width: 1024px;
height: 768px;
margin-left:auto;
margin-right:auto;
}
#left {
width: 200px;
height: 800px;
float: left;
}


#family {
width: 150px;
height: 30px;
margin-top: 225px;
margin-left: 20px;
}

#contact {
width: 150px;
height: 30px;
margin-top: 15px;
margin-left: 20px;
}

#pictures {
width: 150px;
height: 30px;
margin-top: 13px;
margin-left: 20px;
}

#guestbook {
width: 150px;
height: 30px;
margin-top: 10px;
margin-left: 20px;
}

#right {
width: 800px;
margin-right: 10px;
height: 600px;
margin-top: 150px;
float: right;
}