*{padding:0;margin:0;}

body {
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:small;
	font-weight:normal;
	font-family:verdana,sans-serif;
	background-color:#000000;
}

#main {
    width:794px;
	height:500px;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#f7f7f7;
	margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

#textboxleft {
	position:relative;
	float:left;
	width:250px;
	height:65px;	
	margin-top:430px;
    margin-left:0px;
	padding-left:10px;
	border:0px;
}

#textboxright {
	position:relative;
	float:right;
	width:270px;
	height:340px;
	margin-top:100px;
    margin-right:50px;
	padding:5px;
	border:0px;
	background-color:#000000; opacity:0.9; filter:alpha(opacity=90);
}

#footer {
	position:relative;
	width:794px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	color:#f7f7f7;
	text-align:center;
	font-size : x-small;
	font-weight: bold;
	clear:both;
}


div,p  {margin-top:0}/*clear top margin for mozilla*/


A:LINK {color:#ffffff; font-weight:normal; text-decoration:underline;}

A:VISITED {color:#ffffff; font-weight:normal; text-decoration:underline;}

A:HOVER {color:#ffffff; font-weight:normal; text-decoration:underline;}

A:ACTIVE {color:#ffffff; font-weight:normal; text-decoration:underline;}

H1 {
	color:#ffffff;
	font-size:medium;
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;
	padding-top:0px;
	text-decoration:none;
}

P {
	color:#ffffff;
	font-size:small;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:0px;
}

.bluetext {
	color:#00deff;
}