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

body{
color:#fff; background-color:#000;
}

body a:link{
color: #666;
text-decoration: none;
}

body a:visited{
color: #666;
text-decoration: none;
}

body a:hover{
color: #999;
text-decoration: none;
}

#bg img{
position:fixed; left:0px; top:0px; background-repeat:no-repeat; filter:alpha(opacity=10); opacity:0.1;
}

#box {
position:absolute; height:450px; width:800px; background-color:#333; left:50%; margin-left:-400px; top:50%; margin-top: -225px; filter:alpha(opacity=50); opacity:0.5;
}

#nav {
position:absolute; left:50%; margin-left:-400px; top:50%; margin-top:230px; color:#999;
}

#container {
position:absolute; height:410px; width:760px; left:50%; margin-left:-380px; top:50%; margin-top: -205px; overflow:auto;
}

#content {
color:#fff;
}

.title {
font-size:16px; font-weight:bold;
}

.date {
font-size:10px; margin-left:10px;
}

.post {
font-size:14px;
margin-top: 10px;
margin-bottom:20px;
}

#myspace {
position:fixed; width:104px; height:32px; right:0px; margin-right:10px; bottom:0px; margin-bottom:10px; filter:alpha(opacity=30); opacity:0.3;
}

#human {
position:fixed; width:104px; height:32px; right:0px; margin-right:130px; bottom:0px; margin-bottom:10px; filter:alpha(opacity=30); opacity:0.3;
}

#header {
position:fixed; width:335px; height:55px; left:50%; margin-left:-167px; top:50%; margin-top:-300px;
}

img {
border:none;
}