body{
	font-family:verdana;
	font-size:1em;
	background:#000;
	overflow:hidden;

	background: url("../images/background.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  	
}

img.stretched { 
 min-height: 100%; 
 min-width: 1024px; 
 width: 100%; 
 height: auto; 
 position: fixed; 
 top: 0; 
 left: 0; 
 z-index:-1;
}

#navBar{
	width:100%;
	margin-left:-5px;
	height:10%;	
	background:#ccc;
	color:#fff;
	position:absolute;
	bottom:80px;
	padding:10px;
	text-align:center;
}

#container{
		width:100%;
		height:100%;
 }

#noticeContainer{
	position:fixed;
	top:150px;
	margin-left:-425px;	
	z-index:1100;
	width:500px;
	height:400px;
	display:flex;
}
#noticeBody{
	width:400px;
	height:400px;
	padding:10px;
	border:1pt solid #ff0000;
	background:#fff;
	display:inline-block;
	overflow:auto;
}
#noticeTab{
	width:120px;
	height:30px;
	line-height:30px;
	background:#ff0000;
	color:#fff;
	border-radius:5px 5px 0 0;
	display:inline-block;
	vertical-align:top;
	font-family:arial;
	transform: rotate(90deg);
	text-align:center;
	margin-top:45px;
	margin-left:-45px;
	font-size:.8em;
}
#noticeTab:hover{
	cursor:pointer;
}


#pageCopy{
	color:#000;
	background:#fff;
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	width:55em;
	padding:20px;	
	display:none;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
	overflow-y:scroll;
	overflow-x:hidden;
	
}

#gCamFrame{
	width:640px;
	height:480px;
}

#gCamHolder{
	text-align:center;
}


#dialUp{
	border:1pt solid #ccc;
	border-collapse:collapse;	
}

#dialUp td{
	border:1pt solid #ccc;
	padding:3px;
}		

#dialUp th{
	background:#777;
	color:#fff;
	padding:3px;
}		

.pointMe{
	cursor:pointer;
}

#subContentDiv{
	padding-right:50px;
}

#bgImage{
    position : absolute;
    width    : 105%;
    top      : 0px;
    z-index  : -1;
}

.box{  
    position: relative;  
    width: 880px;  
    padding: 10px;  
    margin: 0 auto;  
    background-color: #fff;  
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
}  


#mUpdates{
	width:600px;
	background:#fff;
	border:1pt solid #000;
	padding:15px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	font-size:.75em;
}