	* {
		margin: 0;
		padding: 0;
		border: 0;
	}
	body{
		background: url(../images/bg.jpg);
		color: #feeeb0;
		font-family: Tahoma, Arial,sans-serif;
		font-size: 13px;
		font-weight: 600;
		
	}
	a{
		color:#ffffff;
		color: #feeeb0;
	}
	td{
		text-align:left;
		vertical-align:top;
	}
	.menu, .menu a{
		color: #dbc988;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 900;
		margin-left: 0px;
		margin-top: 10px;
		text-decoration: none;
	}
	.menu_p{
		margin-top: 10px;
		cursor: pointer;
		height: 25px;
	}
	.menu_p:hover{
		background: url(../images/menu_bg.jpg) bottom left no-repeat;
	}
	.title{
		color:#dbc988;
		font-size: 110%;
	}
	
	/* app start */
	#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
	border:1px solid #000;
}

/* styles unrelated to the application follow */
h1 {
	position:relative;
	font:1em verdana;
}

.copy {
	width:500px;
	margin:auto;
	position:relative;
	font:0.9em verdana;
}

#so_credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px; 
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#so_credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}
#imageContainer {
	height:309px;
	text-align:center;
	background-color: black;
}

#imageContainer img {
	display:none;
	
	
	
}
	/* app end */