html, body{
	height: 100%;
	margin: 0;
}

html, body, a{
    font-family: Verdana;
	font-size: 10pt;
	color: white;
}

h1, h2, th{
    color: #0F2500;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }

form{
    margin: 0;
}

a img{
    border: none;
}

div#container{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	background: url('../images/backgrounds/background.png') no-repeat #5DB212;
}

div#header{
	height: 250px;
}

a#header_link{
    position: absolute;
    display: block;
    top: 30px;
    left: 105px;
    width: 200px;
    height: 70px;
}

div#language_switch{
    position: absolute;
    top: 25px;
    right: 68px;
}

div#language_switch,
div#language_switch a{
    color: #244916;
    font-size: 8pt;
}

div#menu{
	float: right;
	margin: 60px 50px 0 0;
}

div#content_container{
	padding: 0 0 149px 0;
	background-image: url('../images/backgrounds/content.png');
}

div#left_menu{
    position: absolute;
    left: 0;
    width: 165px;
    margin-top: 65px;
    padding: 0px 0 15px 25px;
    background: url("../images/backgrounds/vertical_separator.png") repeat-y 163px 0;
}

div#left_menu ul{
    list-style-type: none;
    padding: 0;
    width: 110px;
}

div#left_menu a{
    display: block;
    margin: 7px;
}

div#content{
	padding: 50px 200px;
	background: url('../images/backgrounds/content_top.png') no-repeat;
}

div#footer{
	position: absolute;
	bottom: 0;
	height: 149px;
	width: 100%;
	background-image: url('../images/backgrounds/footer.png');
}

a#tamtam_link{
    display: block;
    position: absolute;
    left: 171px;
    top: 60px;
    width: 50px;
    height: 68px;
}

a#forthehack_link{
    display: block;
    position: absolute;
    left: 234px;    
    top: 79px;
    width: 161px;
    height: 40px;
}

a#famousgoals_link{
    display: block;
    position: absolute;
    left: 400px;    
    top: 79px;
    width: 200px;
    height: 40px;
}

a.view_button_normal,
a.view_button_selected{
	display: block;
	float: left;
	cursor: pointer;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a.view_button_normal{
	padding: 9px 15px 9px 15px;
	color: #244916;
}

a.view_button_selected{
	position: relative;
}

a.view_button_selected .midle{
	display: block;
	float: left;
	padding-top: 8px;
	height: 24px;
	background: url('../images/buttons/view_button_selected_midle.png') repeat-x;
}

a.view_button_selected .left,
a.view_button_selected .right{
	display: block;
	float: left;
	height: 32px;
	width: 15px;
}

a.view_button_selected .left{
	background-image: url('../images/buttons/view_button_selected_left.png');
}

a.view_button_selected .right{
	background-image: url('../images/buttons/view_button_selected_right.png');
}

a.content_button,
a.content_button:hover{
	display: block;
	float: left;
	cursor: pointer;
	font-size: 9pt;
}

a.content_button{
	margin: 1px 2px 1px 8px;
	color: black;
	text-decoration: none;
}

a.content_button:hover{
	margin: 0 0 0 6px;
}

a.content_button .left,
a.content_button .right{
	display: block;
	float: left;
	height: 36px;
	width: 16px;
}

a.content_button .left{
	background-image: url('../images/buttons/content_button_normal_left.png');
}

a.content_button .midle{
	display: block;
	float: left;
	padding-top: 10px;
	height: 26px;
	background-image: url('../images/buttons/content_button_normal_midle.png');
}

a.content_button .right{
	background-image: url('../images/buttons/content_button_normal_right.png');
}

a.content_button:hover .left,
a.content_button:hover .right{
	display: block;
	float: left;
	height: 38px;
	width: 18px;
}

a.content_button:hover .left{
	background-image: url('../images/buttons/content_button_hover_left.png');
}

a.content_button:hover .midle{
	display: block;
	float: left;
	height: 27px;
	padding-top: 11px;
	color: #5C9D1D;
	background: url('../images/buttons/content_button_hover_midle.png') repeat-x;
}

a.content_button:hover .right{
	background-image: url('../images/buttons/content_button_hover_right.png');
}

a.content_button .icon,
a.content_button:hover .icon{
	display: block;
	float: left;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}

span.icon_facebook{
    background-image: url('../images/buttons/icon_facebook.png');
}

span.icon_hyves{
    background-image: url('../images/buttons/icon_hyves.png');
}

span.icon_sharepoint{
    background-image: url('../images/buttons/icon_sharepoint.png');
}

div#home_top_content_background{
    height: 340px;
    padding: 110px 0 0 105px;
    background: url("../images/backgrounds/background_home.png") no-repeat -126px -50px;
}

div#home_top_content{
    width: 280px;
}

div#home_top_content h1{
    font-size: 17pt;
}

div#home_top_content{
    font-size: 13pt;
    font-style: italic;
}

a#start_button{
    background-image: url("../images/buttons/button_start.png");
    display: block;
    height: 31px;
    width: 244px;
    font-size: 11pt;
    margin: 30px 0 0 0;
    padding: 11px 0 0 35px;
    font-weight: bold;
    text-decoration: none;
}

div.home_content_item{
    position: relative;
    float: left;
    width: 265px;
    height: 175px;
}

div.home_content_item h2{
    margin-bottom: 0;
    font-size: 12pt;
    color: #142A02;
}

div.home_content_separator{
    float: left;
    height: 177px;
    width: 2px;
    margin: 0 20px 0 20px;
    background-image: url('../images/backgrounds/home_content_separator.png');
}

a#twitter_link{
   position: absolute;
   right: 15px;
   top: 0;
}

div#twitter_container td{
    vertical-align: top;
}

div#twitter_container .juitterAvatar{
    float: left;
    border: solid 1px #D3EECA;
    background: #FFF;
    margin-right: 5px;
    padding: 2px;
    width: 35px;
    height: 35px;
}

/* Game Rules */
table#game_rules_table,
table#points_table_rules,
table.points_table{
    color: #282C2F;
    font-size: 8pt;
    font-weight: bold;
}

table#points_table_rules tr.header{
    height: 53px;
}

table#points_table_rules tr.header th{
    color: #214B59;
}

table#game_rules_table{
	padding: 14px 20px 22px 15px;
	margin: 0 0 15px 0;
	width: 605px;
	height: 220px;
	background-image: url('../images/backgrounds/game_rules_background.png');
}

table#game_rules_table td{
	padding: 8px 0 0 15px;
}

span.icon_bullet{
	display: block;
	padding: 10px 0 0 12px;
	width: 20px;
	height: 22px;
	background-image: url('../images/buttons/icon_bullet.png');
}

table#points_table_rules{
	height: 145px;
	background-image: url('../images/backgrounds/points_background.png');
}

table#points_table_rules th{
	text-align: right;
}

table.points_table_example{
	margin-bottom: 15px;
	height: 187px;
	background-image: url('../images/backgrounds/examples_background.png');
}

table.points_table{
	color: #282C2F;	
	padding: 0 20px 15px 15px;
	width: 472px;
}

table.points_table td.points{
	text-align: right;
}

table.points_table td.points{
	padding-right: 10px;
}

/* Start */
table#start_table td.button_cell{
    width: 150px;
}

table#start_table a.content_button .midle {
    width: 100px;
}
