a, a:hover, a:link, a:active{
    text-decoration:none;
    color:#660000;
    }

body{
	background-color:#000;
    margin:0px;
    padding:0px;
	}

#main {
	width:350px;	
	text-align:justify;
	position:absolute;
	left:400px;
	top:150px;
	color:#fff;
    text-decoration:none;
	}
	
#stress a { 
    display: block; 
    width: 226px; 
    height: 255px;  
    position:fixed;
    left:100px;
    top:200px;
    background: transparent url(img/bg.jpg) no-repeat; 
    background-position: -226px;
    }

#stress a:hover { 
    background-position: 0%; 
    }
    
#bann, #bann:hover{
    font-size:70px;
    color:#660000;
    font-weight:bold;
    position:relative;
    left:-80px;
    top:75px;
    }
 
div#bann a span {
    display:none;
    }

div#bann a:hover span {
    display: inline;
    }
    
div#monster a span{
    display:none;
    }

div#monster a:hover span{
    display:inline;
    position:absolute;
    left:250px;
    top:50px;
    width:300px;
    text-decoration:none;
    font-style:italic;
    color:#444;    
    }
    
   #takki{
	display:block;
	position:absolute;
	right:100px;
	top:100px;
	height:100px;
	width:100px;
	background:url(hendi.jpg) no-repeat;
}

#takki span{
	display:none;
}

#takki a span:hover{
	display:normal;
}
