*{
	margin: 0px;
	padding: 0px;
}
h1{
   font: bold 20px tahoma;   
}
h2{
   font: bold 14px tahoma;    
}
header, section, footer, aside, nav, article, hgroup{
     display: block;	
}
body{
	width: 100%;
	display:-webkit-box;
	-webkit-box-pack: center;
	
}
#big_wrapper{
	max-width: 1000px;
	margin: 20px 0px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
}
#top_header{
	background: yellow;
	border: 3px solid black;
	padding: 20px;
}
#top_menu{
	border: red;
	background: black;
	color: white;
}
#top_menu li{
	display:inline-block;
	list-style: none;
	padding: 20px;
	font: bold 14px tahoma;
	border: 1px solid white;
}

nav ul li:hover{
	background-color: red;
	cursor: pointer;
}
#new_div{
	display:-webkit-box;
	-webkit-box-orient: horizontal;
}
#main_section{
	border: 1px solid blue;
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 20px;

}
#side_news{
	border: 2px solid black;
	width: 150px;
	margin: 20px 0px;
	padding: 10px;
	background: white;
	color: white;
    	
}

#the_footer{
	text-align: center;
	background: black;
	padding: 10px;
	color: white;
	font: bold 20px tahoma;
}
#table{
	border: 1px solid black;
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 5px;
	background: black;
	color: white;
	text-align: center;
	
}
#match{
	border: 1px solid black;
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 15px;
	background: black;
	color: white;
	text-align: center;
	
}
#match{
	border: 1px solid black;
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 15px;
	background: black;
	color: white;
	text-align: center;
	
}
.score{
	border: 2px solid black;
	display:-webkit-box;
	-webkit-box-orient: horizontal;
	width: 100%;
	-webkit-box-pack: center;
	
}
.score2{
	border: 2px solid black;
	display:-webkit-box;
	-webkit-box-orient: horizontal;
	width: 100%;
	-webkit-box-pack: center;	
}
.kid1{
	margin: 10px;
	color: white;
	text-align: center;
	line-height: 40px;
	background: black;
	padding: 1px;
}
.p{
	margin: 10px;
	color: white;
	text-align: right;
	line-height: 20px;
	background: black;
	
}

.kid2{
	margin: 10px;
	color: white;
	text-align: center;
	line-height: 40px;
	background: black;
	-webkit-box-flex: 1;
}
.kid3{
	margin: 10px;
	color: white;
	text-align: center;
	line-height: 40px;
	background: black;
}
.picture{
	
	-webkit-box-flex: 1;
	border: 1px solid black;
	display:-webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: left;
	padding: 5px;
}
.handle{
	cursor: pointer;
	color: white;
}
#more{
	border: 1px solid blue;
	display: -webkit-box;
	-webkit-box-orient: horizontal;	
	margin: 10px;
	-webkit-box-flex: 1;
}
#more1{
	background: black;
	padding: 10px;
	margin: 10px;
	width: 100px;
	-webkit-box-flex: 1;
	
}
#more2{
	background: black;
	padding: 10px;
	margin: 10px;
	width: 100px;
	-webkit-box-flex: 1;
}	
#more3{
	background: black;
	padding: 10px;
	margin: 10px;
	width: 100px;
	-webkit-box-flex: 1;
}	
#more4{
	background: black;
	padding: 10px;
	margin: 10px;
	width: 100px;
	-webkit-box-flex: 1;
}		