*{
	margin: 0;
	padding: 0;
}

html {margin:0;
padding:0;
background-image: url(images/htmlbg.jpg);
background-position: top center;
background-attachment: fixed;
background-color: #0c0c0c;
background-repeat: no-repeat;
width: 100%;
}

body {margin:12px 0 0 0;

text-align: center;
background-image: url(images/centre.png);
background-position: top center;
background-color: transparent;
background-repeat: repeat-x;
}


p {font-family: tahoma;font-size: 12px ;color: #fff;}

a {color: #fff; text-decoration:none;font-weight: bold}

a:hover {text-decoration:underline;}

#container {margin: 0 auto;
width: 900px;
text-align: left;
background-color: transparent;
min-height: 700px;
display: block;
}


#header {width: 100%;
height: 120px;
background-color: transparent;
float: left;
text-align: center;
}



#menu {
width: 100%;
height: 48px;
background-color: transparent;
float: left;
}

#main{width: 100%;
height: 470px; 
background-color: transparent;
float: left;
padding-top:30px;
}


#footer{width: 100%;
height: 96px; 
background-color: transparent;
float: left;
text-align: center;
padding: 10px 0;

}

#footer p{font-size: 14px;}

.center {text-align: center;
margin: 0 auto;}

.large {font-size: 20px;}


#frontpage ul { 
position: relative;
list-style-type : none;
width : 780px;
height: 350px;
margin : 12px auto;
padding : 0;
}

#frontpage li { position : relative;
list-style-type : none;
float : left;
width : 380px;
height: 340px;
padding : 0;
margin : 0 5px;
text-align:left;
color: #fff;

}

#frontpage li a{float: right; font-size:10px; font-family: Tahoma;margin:-4px 32px 0 0;}




