@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a8d163;
}
DIV.content {
    padding: 15px;
    text-align: left;
    color: #333333;
}
DIV.content H1 {
    color: #444444;
    font-size: 25px;
}
DIV.content H2 {
    color: #E23286;
    font-size: 15px;
}
DIV.content P {
    font-size: 12px;
    font-weight: normal;
}
.center_bg {
	background-color: #b9da82;
	background-image: url(../i/center_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;

	text-align: center;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
A { color: #E23286; }
A:HOVER { text-decoration: none; }
.center_bg_games {
    background-color: #A8D163;

    border-top: 1px solid #D2F3FB;
    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.center_bg_games A {
    padding: 8px 10px 8px 50px;
    background: url("../i/icon_back.gif") no-repeat left center;


}