body {
	color:#00ff00;
    background-color:black;
	background-image:url('../images/blackbars.png');
	text-align:center;
	margin-top:5px;
}

.outer{
	position:relative;
    width:320px;
    height:111px;
    z-index:0;
}

.inner{
    position:absolute;
    z-index:1;
    bottom:0;
    right:0;
}

div {
	border:none;
    padding:none;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 32px;
	text-align:center;
}

p.left {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
    margin: 0;
}

p.cent {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
    margin: 0;
}

a:link {
	color:#00ff00;
	text-decoration:none;
}

a:visited {
	color:#00ff00;
	text-decoration:none;
}

a:hover {
	color:#00ff00;
	text-decoration:underline;
}

a:active {
	color:#00ff00;
	text-decoration:underline;
}

#mainbox {
	width:100%
	margin-left:auto;
	margin-right:auto;
}

#header {
    border:none;
    padding: none;
}

#content {
    border:none;
    padding: none;
}

#footer {
	border:none;
    padding: none;
}