* {
	margin : 0px;
	padding : 0px;
	font-family : verdana, sans-serif;
	font-size : 10pt;
}

.no-space {
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #B5F36D;
	background-image : url(images/background_butterflies.png);
	background-position : right top;
	background-repeat : no-repeat;
	overflow-y : scroll;
}

div#container {
	position : absolute;
	height : 100%;
	width : 800px;
	left : 50%;
	margin-left : -400px;
	background-color: #086FA1;
	border-left : 1px solid #B5F36D;
	border-right : 1px solid #B5F36D;
}

div.container-warning {
	position : absolute;
	width : 500px;
	top : 0px;
	left : 50%;
	margin-left : -250px;
	background-color : orange;
	color : black;
	cursor : pointer;
	display : none;
	z-index : 999;
}

div.title {
	height : 150px;
	background-image : url(images/title_background.png);
	background-position : 400px 0px;
	background-repeat : repeat-x;
	background-color : #086FA1;
}

div.title-language {
	float : right;
	padding-top : 57px;;
	padding-right : 20px;
}

div.title-logo {
	float : right;
	padding-top : 40px;
	padding-right : 20px;
}

div.content {
	padding-top : 30px;
	padding-left : 30px;
	padding-right : 30px;
	padding-bottom : 20px;
	background-color: #086FA1;
	color : #FFFFFF;
	text-align : center;
}