@charset "UTF-8";
/* EMOTIONAL */

#main{
background-image: url(../../img/page-background-emo.png);
background-repeat: repeat-y;
}

#page .left{
height: 164px;
padding-left: 1px;
width: 879px;
float: none;
overflow: hidden;
background-color: #c00;
background-image: url(../../img/page-background-emo-top.png);
background-repeat: repeat-y;
border-bottom: 1px #999 solid;
}

#page .middle{
margin: 20px;
width: 400px;
float: left;
overflow: hidden;
}

#page .right{
margin: 20px;
width: 400px;
float: left;
overflow: hidden;
}

#page .right h1{
margin-bottom: 10px;
}