html {
overflow-y: scroll;
}
body {
background: url(layout/bg.png);
}
.xmas-imageL {
position: absolute;
top: 140px;
left: 80px;
background: url(layout/christmas.png);
background-repeat: no-repeat;
width: 150px;
height: 150px;
}
.xmas-imageR {
position: absolute;
top: 140px;
right: 80px;
background: url(layout/christmas.png);
background-repeat: no-repeat;
width: 150px;
height: 150px;
}
.xmas-text {
position: absolute;
top: 145px;
left: 240px;
font-family: verdana;
font-size: 18px;
text-align: center;
}
.pink {
color: #CA1146;
font-size: 24px;
}
.menu {
margin-top: 20px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}
.menu1 {width: 120px; background: url(layout/menu1.png);}
.null1 {width: 120px; height: 40px;}
.menu2 {width: 90px; background: url(layout/menu2.png);}
.null2 {width: 90px; height: 40px;}
.menu3 {width: 180px; background: url(layout/menu3.png);}
.null3 {width: 180px; height: 40px;}
.menu4 {width: 110px; background: url(layout/menu4.png);}
.null4 {width: 110px; height: 40px;}
.menu5 {width: 100px; background: url(layout/menu5.png);}
.null5 {width: 100px; height: 40px;}
.menu6 {width: 170px; background: url(layout/menu6.png);}
.null6 {width: 170px; height: 40px;}
#menuitem a {height: 40px; display: block;}
#menuitem:hover {background-position: 0px -40px;}

.content {
width: 720px;
font-family: verdana;
font-size: 18px;
text-align: center;
text-indent: 24px;
}
.list{
margin-left: auto;
margin-right: auto;
width: 480px;
font-size: 18px;
text-indent: 0px;
}
.gallery {
margin-left: auto;
margin-right: auto;
}
.copyright {
margin-left: auto;
margin-right: auto;
font-family: verdana;
font-size: 12px;
text-align: center;
}
p {
margin-top: 8px;
margin-bottom: 8px;
}
img {
border: 0px;
}