	html, body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		/*overflow: hidden;*/
	}
	body {
	
	}
	
	#megacontainer {		
		
	}
	#container {
		/*
		background-color: #fff; 
		*/
		background-color: rgb(255, 255, 255);
		opacity: 0.5;
		margin: 4%;
		padding: 2.25em;
		/*min-height: 425px;*/
		/*max-height: 425px;*/
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px; 
		border: 2px solid #000;
		
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 1000;
		/*min-height: 80%;*/
		box-shadow: 2px 2px 2px #333333;
	}
	#header {
		/*border: 1px solid red;*/
		height: 10%;
	}
	#header h1 {
		color: rgb(0, 0, 0);
		
	}
	#main {
		/*display: none;*/
		/*
		min-height: 600px;
		min-height: 80%;
		min-height: 400px;
		height: auto;
		*/
		min-height: 600px;
		min-height: 85%;
		border: 1px solid transparent;
	}
	#footer {
		text-align: right;
		/*
		position: absolute;
		top: 95%;
		bottom: 0;
		right: 10;
		left: 75%;
		z-index: 2000;
		*/
		height: 5%;
		border: 1px solid transparent;
	}
	#footer h6 {
		color: rgb(0, 0, 0);
		opacity: 1.75;
		padding: 20px 0px 0px 0px;
	}
	
	#extra {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 1;
		/*
		width: 100%;
		height: 100%;
		*/
		background-color: transparent;
		/*
		background-image: url('images/IMG_2353.jpg');
		background-repeat: no-repeat;
		background-position: top left bottom right;*/
	}
	#extra #background {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#smiley {
		display: none;
		width: 50px;
		height: 50px;
		font-size: xx-large;
		
		/*
		border: 1px solid red;
		*/
	}
	
	.hidden { display: none; }