body {
background: #5E6375;
background-position: top center;
background-repeat: repeat-y;
margin: 0px 0;
text-align: left;
align: center;
}
#container {
width: 615px;
}
#header {
width: 625px;
height: 411px;
}
#karate {
background: #;
float: left;
position: absolute;
width: 220px;
top: 400px;
left: 10px;
text-align: justify;
}

#kid {
background: #;
float: left;
position: absolute;
width: 390px;
top: 400px;
left: 240px;
text-align: justify;
}

p {
	font-family: georgia, verdana, arial, sans-serif; 
	font-size: 10pt; 
	color: #000000;
	background: transparent;
	}

	a	{ color: #ffffff; background: transparent; text-decoration: none;} 
	a:link	{ color: #000080; background: transparent; font-weight: bold; } 
	a:visited	{ color: #000080; background: transparent; font-weight: bold; } 
	a:active	{ color: #000000; background: transparent; font-weight: bold; } 
	a:hover	{ color: #838383; background: transparent; text-decoration: underline; font-weight: bold; }

li {font-family: georgia; font-size: 11px; color: #000000}

h2 {font-family: georgia; verdana, arial, sans-serif; 
      color: #565B6D; 
      background: #6B717F;
       
}

div#wrapper {

    position:relative;

    margin-left:auto;

    margin-right:auto;

    top: 0px;

    width:625px;

    background-color: #CCCCCC;

}



