@import url("../../reset.css");
  
body, html { 
	background: black url('../img/bg.jpg') center center repeat-x;
	overflow: hidden; 
	height: 880px; 
}
  
hgroup {
	display: none; 
}

section div {
	position:relative;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 15px;
	width: 595px;
	background: rgba(255, 255, 255, 0.1);
	top: 300px;
	
	border-radius: 5px;
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
}
section div:hover{
	box-shadow:0px 0px 10px #aecde4;
	-moz-box-shadow:0px 0px 10px #aecde4;
	-webkit-box-shadow:0px 0px 10px #aecde4;
}

section div ul,li{
	display:inline;
}

section div img{
	margin-right:9px;
	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
section div img:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
section div img.left{
	margin-right:24px;
}
section div img.right{
	margin-right:0px;
}

