/*************************

	Company Title

	Support:
	Robert Jones <email>
	
	Table of Contents:
	1. Structural Elements
	2. General Elements
	3. Specific - Home

	Notes:

*************************/

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; }
ol, ul {
		list-style: none; }
blockquote, q {
		quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none; }
:focus {
		outline: 0; }
ins {
		text-decoration: none; }
del {
		text-decoration: line-through; }
table {
		border-collapse: collapse;
		border-spacing: 0; }

/*************************
	Stuctural Elements
*************************/

body {
		background-color: #000; }

#wrapper {
		margin: 0px auto;
		width: 750px; }
		
#header {
		width: 100%;
		height: 100px;
		background: #fff url("../images/header-center.png") top left no-repeat; }
		
#main {
		position: relative;
		width: 100%;
		height: 318px;
		background: #fff url("../images/main-back5.png") top left no-repeat; }
		
#main a {
		position: absolute;
		display: block;
		width: 334px;
		height: 150px; }
		
#main a#english {
		top: 141px;
		left: 27px;
		background: #fff url("../images/english-back.png") top left no-repeat; }
		
#main a#english:hover {
		background: #fff url("../images/english-back-hover.png") top left no-repeat; }
		
#main a#francais {
		top: 141px;
		left: 389px;
		background: #fff url("../images/french-back.png") top left no-repeat; }
		
#main a#francais:hover {
		background: #fff url("../images/french-back-hover.png") top left no-repeat; }
		
#footer {
		position: relative;
		width: 100%;
		height: 57px;
		background: #000 url("../images/footer.png") top left no-repeat; }
		
#footer a {
		position: absolute;
		top: 15px;
		right: 27px;
		display: block;
		width: 160px;
		height: 33px;
		background-color: transparent; }
		
#footer2 {
		padding-bottom: 10px;
		width: 100%; }
		
#footer2 p {
		padding-top: 10px;
		line-height: 1.3;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		color: #fff;
		text-align: center; }
		
#footer2 a, #footer2 a:visited {
		color: #FFC524; }

/*************************
	General Elements
*************************/

/*************************
	Specific - Home
*************************/
