/*Styles for dim overlay & message box*/
			
			#dim{ position:absolute; top:0; left:0; width:100%; z-index:100; background: url('../dim.png'); display:none; text-align:left; }
				.msgbox{ position:absolute; width:480px; height:630px; z-index:200; border:2px solid #585858; background: #FFF; top:50%; left: 50%; margin-top: -300px; margin-left: -270px; }
					.msgbox img {border:none; margin:5px;}
					.close{ top:0px; float:right; }

			/*My own layout styles*/
			#content{position:absolute; width:350px; height:300px; border:5px solid #f5f5f5; background:#FFF; overflow:hidden; top: 80px; left: 50%; margin-left: -175px;  }
	    		#content a{ font:italic 32px Georgia, serif; text-decoration:none; color:#333; outline:none; display:block; padding: 131px 50px; }
	    			#content a:hover{ background:#EEE; }
	    		.cube{ width:100%; height:100%; float:left; clear:right; }
				