﻿@charset "UTF-8";


body, html
{
    height: 100%;
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/BongBastixbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 0px;
}
.maincontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	margin-left: 25px;
}
.maincontainer h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #33FF00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-style: italic;
	margin: 0px;
}
.topcontainer {
	margin-bottom: 10px;
	border: 2px none #FF0000;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
}
.topcontainer tag {
	margin: 10px;
}
.maincontainer h2 {
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	margin-right: 50px;
	margin-left: 50px;
}
.maincontainer h3 {
	font-size: 14px;
	font-weight: bold;
	color: #99FF00;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}


#footer {
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0px;
	height: 130px;
	background-color: darkgray;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
		}
.footerbox {
	padding: 0px;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#footer .footerbox h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
}
#footer .footerbox h2 a {
	text-decoration: none;
	color: #999999;
	color: #FFFF00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

href
{	font-size: 14px;
	font-weight: normal;
	color: #999999;
    }
img
{
    border-style:none
}
a
{
    text-decoration:none;
	color: #FFFF00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
}
