body
{
        margin: 0;
        padding: 0;
        font-size: 100%;
        font-family: arial, helvetica, sans-serif;
	font-weight: bold;
        background-color: black;
        color: white;
	height: 100%;
}

a
{
        color: #FFA500;
        text-decoration: underline;
        font-size: 100%;
	background: #000000;
}

.info
{

}

#container
{
	position: relative;
	min-height: 100%;
	width: 100%;
	background-image: url(images/flames_tile.jpg);
	background-repeat: repeat-x;

	background-position: top;
}

#logo
{
	width: 100%;
	position: relative;
}

#content
{
	position: relative;
}
