@charset "UTF-8";
/* CSS Document */

<!--
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #544741;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
}

div#container { 
	position : relative;
	width : 850px; 
	margin : 0 auto;
	text-align : left;
	font-family:Arial, Helvetica, sans-serif;
	
}

div#header{
	margin-top:25px;
	width:850px;
	height:150px;
	position:relative;
	background: #ffffff url(../img/labasilique_logo.gif) no-repeat center;
	text-indent: -9999px;
}


div#content{
	background: #9C9490;
	position:relative;
	padding:25px;
	font-size:12px;
	color:#1D1716;
}

div#content a{
	color:#DDDDDD;
}

div#content a:hover{
	color:#544741;
	background-color:#FFFFFF;
	text-decoration:none;
}

p#flashWarning{
	background-color:#990000;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	font-size:11px;
}

p#flashWarning a{
	color:#CCCCCC;
}

p#flashWarning a:hover{
	color:#544741;
	background-color:#FFFFFF;
	text-decoration:none;
}

h1,h2,h3,h4,h5{
	color:#544741;
}

-->