@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: black;
}
#wrapper {
	width: 980px;
	margin-left: auto; 
	margin-right: auto; 
}
img {border: 0;}
#row1 {
	height: 63px;
	background: url(/TEKKEN2/img/row1.jpg) no-repeat;
}
#row2 {
	height: 35px;
}
#row3 {
	background: url(/TEKKEN2/img/row3.jpg) no-repeat;
	height: 65px;
}
#row4 {
	height: 266px;
	/*background: url(/Tekken2/img/row4.jpg) no-repeat;
	color: white;
	font-size: 12px;*/
}
#div4a {
	width: 303px;
	background: url(/TEKKEN2/img/row4a.jpg);
	float: left;
	height: 266px;
}
#div4b {
	width: 344px;
	float: left;
	height: 266px;
	color: white;
	font-size: 12px;
	background: url(/TEKKEN2/img/row4b.jpg);
}
#div4c {
	width: 333px;
	background: url(/TEKKEN2/img/row4c.jpg);
	float: left;
	height: 266px;
}
#row5 {
	height: 169px;
	float: left;
}
#row6 {
	height: 43px;
	background: url(/TEKKEN2/img/row6.jpg) no-repeat;
}
#main {
	width: 340px;
	margin-left: auto; 
	margin-right: auto; 
	color: white;
	background-color: black;
	font-size: 12px;
}
#legalLine {
	font-size: 11px;
	color: white;
	text-align: left;
	padding-top: 5px;
}
#legalLine a {
	color: white;
	text-decoration: underline;
}
.noPad {
	padding-top: 0;
}
