@charset "UTF-8";
#overlay {
	width: auto;
    height: 100%;
    position: relative;	
}
#overlay img {
	width:100%;
	height: auto;
}
#overlay table{
position: relative;
	margin: 0 auto;
}
#base {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#container {
	position: relative;
	height: 100%;
	width: auto;
}
