@charset "UTF-8";


* {
	font-family: Arial, "Helvetica Neue Light", Helvetica, Verdana, sans-serif;
	text-alig:center;
	
}

body {
	background-color:#fce321;
}

a {
	color:black; 
}

#main_container {
	width:800px;
	text-align:left;
	margin:30px auto 0;
}

#language_chooser {
	text-align:right;
	padding: 10px;
	font-size:small;
}

#language_chooser a {
	text-decoration:none;
}

#language_chooser a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#content {
	background: url(../images/start_small.jpg);
	width: 800px;
	height: 582px;
	
}

#start_slogan {
        line-height: 1.3;
	padding-top: 260px;
	padding-right: 40px;
	color:#fce321;
	text-align: right;
}

#welcome a {
	font-size: 120%;
	font-weight: 80%;
        color: #fce321;
        text-decoration: none;
}

#welcome a:hover {
        text-decoration: underline;
}

#life_is_what {
	font-weight: 80%;
	font-size: 350%;
}

#footer {
	text-align: center;
}

#footer_menu {
	background:black;
	padding: 20px;
}

#footer_social {
	margin-top:5px;
	padding-bottom:5px;
	position:relative;
	height:50px;
	border-bottom: 2px solid black;
	float: left;
	width: 800px;
}

#join_us_on {
	font-size: 80%;
}

#footer_menu a {
	color:#999;
	text-decoration:none;
}

#footer_menu a:hover {
	color:#fce321;
}

#impress {
	float: left;
	font-size:60%;
	font-weight:bold;
}

#social_bookmarks {
	float: right;
	text-align: right;
}



#footer_menu_list {
	width:100%;
	margin:0;
	padding: 10px;
	list-style:none;
}

#footer_menu_list li {
	float: left;
	margin: 0;
	font-size: small;
	color: #999;
}

