html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: monospace;
    color: #3e3f3e;
    text-align: center;
    background: url('../images/camouflage.png') repeat 50% 0 #CCC fixed;
}

::selection {
  background: beige;
}

::-moz-selection {
  background: beige;
}

a {
	color: beige;
}

li {
    margin-bottom: .4em;
}

li, p {
	font-size: 20px;
}

li em, p em {
	color: purple;
	font-size: 1.2em;
}

h1 {
	font-size: 2.5em;
}

h1, h2 {
	color: #da6200;
	clear: both;
}

h2 {
    margin-top: 1.4em;
    font-size: 2em;
}

hr {
	margin-top: 1.4em;
    margin-bottom: -.7em;
    background: url(../images/explosion.gif);
    border: 0;
    height: 80px;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 0;
    height: 0;
}

.center {
	text-align: center;
}

#main {
    width: 85%;
    margin: 0 auto;
    padding: 10px 4%;
    background: #000;
    color: green;
    -moz-box-shadow: 0 0 10px rgba(128, 128, 128, .5);
    -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, .5);
    box-shadow: 0 0 10px rgba(128, 128, 128, .5);
}

#header {
    padding: 10px 0;
    background: url(../images/flash1.gif);
}

#content {
    text-align: left;
}

.img-wrap {
    width: 280px;
    float: left;
    margin: 0 15px 10px 0;
}

.img-wrap .caption {
    font-size: 10px;
    line-height: 13px;
}

#footer {
    font-size: 10px;
}