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

body
{
margin:0px;
width:100%;
background:#78307a;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#400040;

}

/*upper part is part of body*/
#upper
{
margin: 0px;
width:100%;
height:120px;
background:#480f4a;
}

#name
{
width:300px;
height:90px;
margin-left:150px;

}

#menu
{width:960px;
height:30px;
}
#main
{
width:960px;
margin:0 auto ;
background:#FFF;

}
#header
{
width:960px;
height:320px;
}
#headerleft
{

width:230px;
height:300px;
float:left;
background:#066;
}

#headermiddle
{
width:500px;
height:300px;
float:left;
background:#C33;
}
#headerright
{width:500px;
width:230px;
height:300px;
background:#0FF;
float:left;
}
#content
{
background:#fbbffd;
width:960px;
height:980px;
}
#footer
{
width:960px;
height:80px;
background:#480f4a;
}

