@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: 64px;
	background: url(/TEKKEN2/img/rules_row1.jpg) no-repeat;
	width: 980px;
}
#row2 {
	height: 34px;
	width: 980px;
}
#row3 {
	background: url(/TEKKEN2/img/rules_row3.jpg) no-repeat;
	height: 78px;
	width: 980px;
}
#row4 {
	height: 341px;
	width: 980px;
}
#div4a {
	width: 365px;
	background: url(/TEKKEN2/img/rules_row4a.jpg);
	float: left;
	height: 341px;
}
#div4b {
	width: 576px;
	float: left;
	height: 341px;
	color: black;
	font-size: 12px;
	background: #FFFFFF url(/TEKKEN2/img/rules_row4b-back.jpg) no-repeat;
	overflow: auto;	
}
#div4c {
	width: 39px;
	background: url(/TEKKEN2/img/rules_row4c.jpg);
	float: right;
	height: 341px;
}
#row5 {
	height: 83px;
	background: url(/TEKKEN2/img/rules_row5.jpg) no-repeat;
	float: left;
	width: 980px;
}

#main {
	width: 340px;
	margin-left: auto; 
	margin-right: auto; 
	color: white;
	background-color: black;
	font-size: 12px;
}

