body{
    padding: 5% 20% 5% 20%;
	// padding: 5% 0% 5% 0%;
	background: #5A60AB;
	margin: 0px;
	// align: center;
	height: 85%;
	width: 60%;
	// display: table;
	
}

ul{

    list-style-image: url('images/bullet.png');
	line-height: 150%;
	font-size: larger;
	font-weight: 100;
	font-stretch: expanded;
	font-family: courier, times, serif;
	padding-top: 170px;
	padding-left: 200px;
}

li.trans:hover{
    -moz-opacity:0.50;
	filter:alpha(opacity=50);
}

div{
	// vertical-align: middle;
	color: white;
}                 


div.main{
	height: 411px;
    width: 505px;
	// display: table-cell;
    background: url('images/anemones.jpg');
}

div.footer{
	font-size: x-small;
	width: 505px;
	padding: 5% 0%;
	text-align: center;
}

div.footer a{
	text-decoration: underline;
	color: white;
}

div.footer a:hover{
    -moz-opacity:0.50;filter:alpha(opacity=50);
}


a{
	text-decoration: none;
	color: white;
}






