
/* Bombernauts CSS */

html,
body {
	background: #000 url('../img/bg-srgb.png') repeat center top fixed;
    color: #fff;
	font-family: Verdana;
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	//overflow:auto;
}

a:link {
	color: #70ffff;
	text-decoration: none;
}

a:active {
	color: #70ffff;
	text-decoration: none;
}

a:visited {
	color: #70ffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

#sstop{
	background: url('../img/ss_web_sides.png') repeat center top;
	height:600px;
	width:100%;
	margin:auto;
	text-align:center;
}

#robotop {
	background: url('../img/robo_top_1.png') no-repeat center top;
	height:715px;
	width:100%;
	margin:auto;
}
#roboaxel {
	background: url('../img/robo_axle_1.png') no-repeat top;
	/*height:1000px;*/
	width:100%;
	margin:auto;
	text-align: center
}
#robobot {
	background: url('../img/robo_bottom_1.png') no-repeat center bottom;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	pointer-events: none;
	padding: 0;
	margin-top:100px;
	border: 0;
}

/* Containers */
#topspacer {
	height:0px;
	margin-top:0px;
}
/* footers */
#footer {
	background-color: #15002d;
	color: #68007b;
	text-align: center;
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: 0;
	vertical-align: middle
}
#footer_spacer {
	width:100%;
	height:6px;
}

#footer-nav {
	list-style: none;
	margin: 0 auto;
}

#footer-nav li {
	display: inline-block;
}

#footer-nav li span,
#footer-nav li a {
	height: 30px;
	display: table-cell;
	vertical-align: middle;
}

/* FAQ & Media Pages */
#wrapper {
    margin: 40px auto;
    width: 90%;
    font-size: 20px;
}

#wrapper a:link {
	color: #70ffff;
	text-decoration: none;
}
#wrapper a:active {
	color: #70ffff;
	text-decoration: none;
}
#wrapper a:visited {
	color: #70ffff;
	text-decoration: none;
}
#wrapper a:hover {
	color: #ffffff;
	text-decoration: none;
}

#logo {
	text-align: center;
	width:100%;
}
