#indexWrap
{
background:#fff;
color:#333;
width:980px;
height:420px;
margin:10% auto 0 auto;
border:1px solid #fff;
position:relative;
}

#index
{
position:relative;
height:380px;
width:680px;
margin:20px;
border:1px solid #f2f2f2;
}


#title
{
width:307px;
height:86px;
background:url('/img/layout/index/capturingEmotion.gif') no-repeat left top;
position:absolute;
left:40px;
top:40px;
}

#random
{
width:309px;
height:380px;
position:absolute;
right:0;
bottom:0;
}





#menu
{
width:220px;
position:absolute;
right:20px;
top:40px;
}
#menu img
{
display:block;
margin:0 0 20px 0;
}
#menu h3
{
margin:0;
padding:0;
}
#menu ul
{
margin:0;
padding:0;
list-style-type:none;
text-transform:uppercase;
font-weight:bold;
font-size:11px;
}
#menu ul li ul
{
margin:10px 0 0 20px;
text-transform:capitalize;
font-weight:normal;
}
#menu ul li
{
display:block;
margin:0 0 10px 0;
}

#menu a:link,
#menu a:visited
{
text-decoration:none;
color:#333;
}
#menu a:hover
{
text-decoration:underline;
}






