﻿html,
body
{
	margin:0px;
	padding:0px;
	background-color:white;
	font-family:Tahoma;
	font-size:13px;
	color:white;
	font-weight:bold;
	height:100%;
}

h1,h2
{
	line-height:0px;
	text-indent:-5000px;
	padding:0px;
	margin:0px;
	font-size:0px;
	height:0px;
}

.container
{
	width:516px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}


.container div
{
	width:248px;
	background-color:#9da967;
	float:left;
	height:100%;
	text-align:center;
}

.container div+div
{
	margin-left:20px;
	background-color:#30434a;
}

.container div+div+div
{
	width:0px;
	height:0px;
	clear:both;
	float:none;
}

.container div img
{
	border:0px none;
	margin-left:auto; margin-right:auto;
	margin-top:50px;
}

.container a
{
	color:White;
	text-decoration:none;
}

.container a:hover
{
	text-decoration:underline;
}

