* {
margin:0px;
padding:0px;
}

html, body {
height: 100%;
}

body {
background-color:black;
}

p {
color:white;
font-family:arial;
font-size:12px;
line-height:1.5;
}

#maincontainer {
position:relative;
width:100%;
margin-left:auto;
margin-right:auto;
overflow:auto;
min-height: 100%;
height: auto !important;
height:100%;
margin: 0 auto -250px;

}

#content {
position:relative;
width:100%;
height:auto;
overflow:auto;
z-index:1;
}

.content_left {
width:400px;
}

.push {
position:relative;
width:100%;
height: 250px;

}

#footer {
position:relative;
width:100%;
height:250px;
z-index:0;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}

#footer_show {
position:absolute;
width:100%;
height:50px;
bottom:0px;
background-image:url(../images/back.jpg);
background-position:top;
background-repeat:repeat-x;
}

#footer_show a {
margin-left:-20px;
margin-right:-20px;
}

a {
outline:none;
}

