body,html {
margin: 0px auto 0px;
height:100%;
width:100%;
}

#cap{
height:100%;
width:100%;

}
.transparent {
	filter: alpha(opacity=85) ; /* ie */
	-moz-opacity: .9; /* mozilla */
}

#transparent {
	filter: alpha(opacity=85); /* ie */
	-moz-opacity: .9; /* mozilla */
}


