html {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Helvetica, sans-serif;
	line-height: 1.45;
	color: #ffffff;
	background: #838383;
/* background: #838383 url(images/ignition_logo.png) no-repeat bottom right; */
	margin: 0;
	/*padding: 0;*/
}
a {
	color: #eee
}
a:visited {
	color: #ddd
}
a:hover {
	color: #fff;
}

#logo {
	background: #000;
	width: 255px;
	height: 100%;
	min-height: 500px;
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
	position: fixed;
}
#hosted {
	float: left bottom;
	left: 20px;
	bottom: 15px;
	position: fixed;
}
#hosted span {
	font-size: 90%;
	margin: 0px;
	color: #888;
	font-weight: bold;
}
#rest {
	height: 500px;
/*	float: top;*/
}
#links {
	padding: 20px;
	float: right;
}
#links a {
	color: #fff;
	padding-right: 10px;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -.05em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 4px 6px #979797;
}
#links a:hover {
	color: #fff;
	text-decoration: underline;
	text-shadow: 1px 6px 6px #a9a9a9;
}
#contents {
	float: left;
}
#contents h1 {
	font-size: 3.5em;
	letter-spacing: -.07em;
	top: -19px;
	left: -1px;
	height: 0px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 1px 4px 6px #979797;
	z-index: -100;
}
#contents h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents h3 {
	font-size: 90%;
	margin: 0px;
	color: #999;
}

#box {
	width: 600px;
	margin: 10px 10px 10px 290px;
	color: #fff;
}
#box-contents {
	padding: 5px;
	color: #fff;
	background: #666;
}
#shot {
	padding: 20px;
	min-height: 40px;
}
#shot p {
	valign: middle;
	margin-bottom: 20px;
	margin-left: 110px;
}
#thumb {
	float: left;
	padding: 5px;
}
