/* The Basics */

* {
    margin: 0;
}

html, body {
	background: #000000;
	width: 100%;
	height: 100%;
}

h2 {
	font-size: 1.44em;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bolder;
	margin-top: 5px;
}

p {font-family: Arial;
color: #003300;
font-weight: bold;
font-size: .8em;
padding-top: 10px;
}

/* Links */

a:link, a:visited, a:active { 
    color: #003300;
    text-decoration: none;
}

a:hover {
    color: green;
}

/* Footer */

.footer {
    background-image: url("http://30mom.com/design/footer_chassi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 1.9em;
    text-align: center;
}

.push {
    height: 1.9em;
    text-align: center;
}

/* Credits */

#container {
  width: 420px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}


.credits {
	font-family: Arial, sans-serif;
	padding: 30px;
	font-size: 1em;
	text-transform: uppercase;
	color: #00FF00;
	width: 365px;
	text-align: center;
	filter:alpha(opacity=80);   
	-moz-opacity: .8;   
	opacity: .8;
}

.bftop {
	background-image: url(http://30mom.com/design/creditscreentop.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 420px;
	}

.bfguts {
	background-image: url(http://30mom.com/design/creditscreenmiddle.png);
	background-repeat: repeat-y;
	height: auto;
	width: 420px;
	}

.bfbtm {
	background-image: url(http://30mom.com/design/creditscreenbottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 420px;
	}

/* To Be Sorted */

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1.9em;
}


#chass {
	height: 120px;
	width: 690px;
	margin-top: -8px;
	margin-bottom: 5px;
}
