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

.spot {
position:absolute;
display:none;
width:50px;
height:50px;
background-image:url('../images/spot.png');
cursor:pointer;
}
.spotglow {
position:absolute;
display:none;
width:50px;
height:50px;
background-image:url('../images/spotglow.png');
}

.centerlogo {
margin:auto;
width:280px;
height:300px;
background-image:url('../images/logo_color.png');
}
.infowrap {
display:none;
position:absolute;
width:50px;
height:50px;
border: 2px #fe9f2f solid;
}
.info {
font-family: 'Ubuntu', sans-serif;
font-size:0.75em;
color:white;
text-align: justify;
position:absolute;
display:none;
width:400px;
height:200px;
/*background-color:rgba(180,180,180,0.85);*/
background-image:url('../images/rect400_200.png');
z-index:100;
}

.info img {
position:absolute;
padding: 10px 20px;
}
.info .webtitle {
position:absolute;
top:40px;
left: 136px;
font-size:3em;
font-weight:bold;
font-family: 'Ubuntu', sans-serif;
font-style:italic;
color:#cc0033;
}
#info2 .webtitle{left: 130px;}

.info .description {
position:absolute;
top:116px;
padding: 0 20px;
}
.info a {
position:absolute;
height:100%;
width:100%;
z-index:200;
}
#log {
font-size:11px;
display:none;
}
#back {
position:absolute;
width:100%;
}

p {
padding:0;
margin:0;
}
