@charset "UTF-8";
/* CSS Document */

body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.budokhan {
	height: 100px;
	vertical-align: bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	line-height: 100px;
	background-position: bottom;
	letter-spacing: 5px;
}

.bigarea {
	background-color: #FFFFFF;
	width: 100%;
	height: 350px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/run.png);
	background-repeat: repeat-x;
}


.mainarea {
	width: 100%;
	float: left;
	height: 100%;
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
}

.red {
	width: 110px;
	background-color:#FF0000;
	float: left;
	height: 100%;
	margin-right: auto;
	margin-left: 30%;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.green {
	width: 100px;
	background-color:#00FF00;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.blue {
	width: 95px;
	background-color:#0099FF;
	height: 100%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.foot {
	margin:auto;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;	
	
}

.cities {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.9em;
	float: right;
	width: 550px;
	letter-spacing: 5px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

