body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: transparent url('mbg.png') repeat;
text-align: center;
font : 70%/175% "trebuchet ms", sans-serif;
color : #fff; 
text-shadow: #765fb2 1px 1px;
} 


#header {
width: auto;
height: 486px;
background: transparent url('misaki.png') no-repeat;
margin-top: -29px;
text-align:center;
}

#nav {
width: auto;
height: 29px;
margin: 0 auto 0 0;
text-align: left;
} 

#home {
width: 200px;
padding: 8px;
float: left;
margin-left: 403px;
margin-top: 234px;
position: relative;
background: #a492fb;
height: 212px;
-moz-border-radius: 7px 7px 49px 7px;
-webkit-border-radius: 7px 7px 49px 7px;
filter:alpha(opacity=38); 
opacity:0.38;
border: 1px solid #765fb2;
}

h1 {
background: transparent;
color: #765fb2;
font:16pt "trebuchet ms", sans-serif;
font-weight: normal;
text-align: center;
margin: 0 0 -4px 0;
letter-spacing: 1px;
font-variant: small-caps; 
text-shadow: 1px 1px #fff;
border-bottom: 1px dotted #fff;
}


a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
		color: #765fb2;
	cursor: crosshair;
	text-shadow: 1px 1px #fff;
        }
a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #7F7B93;
	cursor: crosshair;
	text-shadow: 1px 1px #fff;
}

#navie {
visibility: hidden;
}

a.navie:link,a.navie:active,a.navie:visited {
visibility: hidden;
} 

a.navie:hover {
visibility: hidden;
} 




