body {
	background-color: #000;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	}

#centre {
	position: absolute;
	width: 468px;
	margin-left: -234px;
	left: 50%;
	height: 360px;
	margin-top: -180px;
	top: 50%;
	}

#border0 { 
	color: #ff0;
	width: 468px;
	margin: 0px 0px 30px 0px;
	display: inline-block;
	text-align: center;
	}

#load { 
	color: #ff0;
	width: 468px;
	margin: 0px 0px 30px 0px;
	display: inline-block;
	text-align: center;
	}

#run { 
	color: #ff0;
	width: 468px;
	margin: 0px 0px 30px 0px;
	display: inline-block;
	text-align: center;
	}

/**	
#partootetris { 
	color: #f11;
	width: 728px;
	margin: 0px 0px 20px 0px;
	display: inline-block;
	text-align: center;
	}
**/
	
#centre img{
	width: 468px;
	height: 60px;
	margin: 0;
	-moz-transition:-moz-transform 0.1s ease-in; 
	-webkit-transition:-webkit-transform 0.1s ease-in; 
	-o-transition:-o-transform 0.1s ease-in;
	-ms-transition:-ms-transform 0.1s ease-in;
}

#centre img:hover{
	-moz-transform:scale(2); 
	-webkit-transform:scale(2);
	-o-transform:scale(2);
	-ms-transform:scale(2);
}

.publicite {
	border: 0px;
	width: 468px;
	height: 60px;
	margin: 0;
	text-align: center;
	}

p {
	font-size: 1em;
	line-height: 1.25;
	}

img {
	margin: 0px;
	}

a img {
	border: none;
	}

figure {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 468px;
	height: 60px;
	}

figcaption {
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	}
