@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/tp_bg_chat.jpg);
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
}



.main_container #container { 
	width: 800px; 
	margin: 0 auto; 
} 
.main_container #header {
	background-image:url(../images/tp_logo_chat.png);
	width: 800px;
	height: 220px;
} 

.main_container #mainContent {
 	margin: 0 auto 0 auto;
}

.main_container #footer{
	text-align:center;
	margin: 0 auto;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.TextOnBackground {
	//color: #eeeeee;
	color: #2F8635;
	font-weight: bold;
	font-size: 20px;
	//text-shadow: #43549B 3px 3px 5px;
	text-shadow: #E2D98D 3px 3px 2px;
	height: 5em;
	filter: Shadow(Color=#D2C97D, Direction=135, Strength=5);	
	
}

