/**********
 * home.css
 * Global - Stylesheets
 * Project: iAsteroids
 * Copyright: Dennis Roehrs 2008
 * Version: 1.0
 */



#view #layoutTable #content #bomb {
	background:transparent url(../images/Bomb.png) no-repeat center center;
	height:221px;
	width:290px;
	position:absolute;
	margin:700px 0 0 576px;
}

#view #layoutTable #content #impress {
	font-size: 12px;
	width: 600px;
	margin: 40px auto 60px auto;
	text-align: left;
}

#view #layoutTable #content #impress a:hover {
  color:#BBB;
  text-decoration:underline;
}

#view #layoutTable #content #impress h2 {
	margin-top: 15px;
	font-size: 16px;
}
