/***************
 *    Header   *
 ***************/
 
*
{
margin: 0px;
padding: 0px;
}

/***************
 *    Body   *
 ***************/
 
body
{
background-color: #be15ea;
color: #000000;
font-size: 8pt;
font-family: "verdana", sans-serif;
}

#home
{
padding-top: 0px;
width: 939px;
height: 611px;
margin: 0px auto;
padding-bottom: 0px;
background: url('../images/photo/bg.jpg');
}

#title
{
position: absolute;
color: #DDB1E9;
font-size: "12";
font-family: "verdana";
width: 74px;
height: 18px;
z-index: 2;
left: 396px;
top: 46px;
}

#add
{
position: absolute;
}

#add a
{
color: #000000;
font-family: verdana;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}


/***************
 *   Contents  *
 ***************/
 
#contents
{
color: #000000;
font-family: verdana;
font-size: 8pt;
}

#contents a
{
color: #be15ea;
text-decoration: underline;
}

#contents1
{
position: absolute;
width: 489px; height: 273px; z-index: 1; left: 282px; top: 172px;
color: #000000;
font-family: "verdana";
font-size: "8pt";
overflow-y: scroll; 
scrollbar-arrow-color: #000000; 
scrollbar-face-color: #ffffff; 
scrollbar-base-color: #ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff;
}

#contents1 a
{
color: #be15ea;
text-decoration: underline;
}

/***************
 *   Navigation  *
 ***************/
 
navi
{
color: #ffffff;
font-size: 8pt;
font-family: verdana;
}

#navi a
{
color: #ffffff;
font-size: 10pt;
text-decoration:none;
}

#navi a:hover 
{
color: #fffe32;
}
 
/***************
 *   Copyright   *
 ***************/

#copyright
{
font-size: 8pt;
font-family: verdana;
color: #ffffff
}

#copyright a
{
color: #DDB1E9;
text-decoration: underline;
}

#copyright a:hover
{
color: #ffffff;
text-decoration: underline;
}