@charset "UTF-8";
/* CSS Document */
body{
text-align:center;
background-color:#929292;
background-image:url(../img/background.gif);
background-position:center;
background-repeat: repeat-y;
height:100%;
width:100%;
font-size:100%;

}
.conainer{
margin-left:auto;
margin-right:auto;
width:793px;
height:400px;
margin-top:5%;
border: #6C6C6C 1px solid;
overflow:visible;

}
.text{
	background:#FFFFFF;
	padding:10px;
	width:270px;
	height:380px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	line-height:1.35em;
	color: #2D2D2D;
	float:right;
	border-left: #929292 3px solid;
}
.textunderlie{
text-decoration:underline;
}
.leeches{

width:500px;
height:200px;
text-align:left;
background-image: url(../img/leechBack.jpg);
float:left;
cursor:pointer;
}
.constellations{
width:500px;
height:200px;
text-align:left;
background-image: url(../img/constellationBack.jpg);
cursor:pointer;
float:left;
}
.link{

font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
font-size:55px;
text-decoration:underline;
background-color:#FFFFFF;

}
a:link img{
border:none;

margin-top:5px;

}
a:visited img{
border:none;

margin-top:5px;
}
a:hover img{
border-top:3px solid #424242;
margin-top:2px;

}
.clr {clear:both;} 

