
html{
	height:100%;
}

#main{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}


/*Area to place content normally*/
	#content-wrapper{ 
		width:100%; 
		height:90%; 
		position:absolute; 
		top:0; 
		overflow:auto; 
	    z-index:1000;
		text-align:center; 
	}


img {
	border:none;
}
embed, object{
	width:100%;
	height:100%;
}


#open, #close{
	cursor:pointer;
}
