html{
	overflow-x: auto; 
}

body{ 
	background: #FFFFFF;
	color: #222;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	padding: 0; 
	text-align: center; 
                margin: 0px auto 0px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */

}



a:link,
a:visited,
a:active{
	background: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #FFFFFF;
}



.logo1{ background: #FFFFFF url(http://www.tv6tut.info/bg1.gif);
margin: 0;
	padding: 0;

      border-bottom: 0px solid #000000;
	border-left: 0px solid #eeeeee;
	border-right: 0px solid #eeeeee;
	border-top: 0px solid #fec38a;
}
.logo2{ background: #FFFFFF url(http://www.tv6tut.info/bg2.gif);
margin: 0;
	padding: 0;

      border-bottom: 0px solid #000000;
	border-left: 0px solid #eeeeee;
	border-right: 0px solid #eeeeee;
	border-top: 0px solid #fec38a;
}
 
