@charset "utf-8";
/* CSS Document */
/**************************************************
				MASTER RESET
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************************
				MAIN STYLES
**************************************************/


body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-color: #000000;
}
#wrapper{
	position:relative;
	width:816px;
	height:438px;
	background-image:url(images/front-door.jpg);
	background-position:-1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 109px;
}
#language{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 250px;
}
#english{
	background:url(images/english.png) no-repeat;
	width:61px;
	height:25px;
	display:block;
	text-decoration:none;
	float: left;
	margin-left:84px;
	}
#english:hover{
background-position: -61px 0;
	}
#french{
	background:url(images/french.png) no-repeat;
	width:75px;
	height:20px;
	display:block;
	text-decoration:none;
	float: left;
	margin-left:19px;
	}
#french:hover{
background-position: -75px 0;
	}
#footer{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	width: 460px;
	text-align: center;
	line-height: 14px;
}
.footer-small {font-size: 9px}

/**************************************************
				MAIN MENU
**************************************************/
