@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

html {
	font-size:100%;
	height:100%;
	overflow:hidden;
}

body {
	font-size:75%;
	color:#403c54;
	font-family:"Times New Roman", Times, serif, "Comic Sans MS";
	height:100%;
	background-image:url('../images/wrapper.jpg');
	background-repeat:repeat;
}

img {
	border:none;
}

p {
	margin:1.5em 0 1.5em;
	font-size:1em;
}

a:focus, a:hover {
	color:#403c54;
	text-decoration:underline;
}

a {
	color:#403c54;
	text-decoration:none;
}

#container {
	width:100%;
	margin: 0 auto;
	height:100%;
}

#content {
	text-align:center;
	margin-top:90px;
	height:100%;
}


.language_selection {
	margin-top:50px;
}

.footer {
	margin-top:68px;
	font-size:1.2em;
	height:100%;
}

.footer a {
	text-decoration:underline;
}
