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

body{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
background:#FFFFFF url(bg_pat2.jpg) repeat-x fixed;
background-position: 0% 150px;
}

#container{
margin:auto;
margin-top:150px;
width:1000px;
height:;
}

#logo{
background: url(bg.png) repeat-y;
display:inline;
width:289px;
height:500px;
padding-left:10px;
float:right;
position:fixed;
border-left: #000000 dotted thin;
}

#logo img{
border: none;
}

#logo a{
text-decoration:none;
color:#666666;
}

#logo a:hover{
text-decoration:underline;
}

ul img {
border: 5px solid #3e3e3e;
border-width: 5px 5px 20px;
}
ul a:hover img {
border: 5px solid #333333;
border-width: 5px 5px 20px;
color: #fff;
}
ul a:hover { color: #fff; }

ul li { display: inline; }

#zero{
background: url(bg.png) repeat-y;
display:inline;
width:700px;
float:left;
}

/*
#one{
width:1500px;
height:1000px;
position:absolute;
left:1500px;
background-color:#FF3333;
}

#two{
width:1500px;
height:1000px;
position:absolute;
top:1000px;
background-color:#0066FF;
}

#three{
width:1500px;
height:1000px;
position:absolute;
left:1500px;
top:1000px;
background-color:#663399;
}

#four{
width:1500px;
height:1000px;
position:absolute;
top:2000px;
background-color:#FF66CC;
}

#five{
width:1500px;
height:1000px;
position:absolute;
left:1500px;
top:2000px;
background-color:#FF9933;
}
*/
