/*Général*/
	html, body, div, map, dt, isindex, form {
		display:block;
		margin: 0;
	}
	body {
		background : #000;
	}
	img {
		border: 0;
		background-color: transparent;
	}
	a {
		color :#ECECEC;
	}
	@media screen{
		body>div#header{
			position: fixed;
			}
		body>div#footer{
			position: fixed;
			}
	}
/*HEADER*/
	div#header {
	width:100%;
	height: 495px;
	color:#FFF;
	font-size: 12px;
	font-family:verdana,helvetica,arial,sans-serif;
	position:absolute;
	top:0;
	left:0;
	z-index: 10000;
	overflow: hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: repeat-x;
	background-image: url(../pictures/images/header_bg.png);

	background-position: 0 0;
	}
  div#footer
    {
	width:100%;
	height: 46px;
	color:#FFF;
	font-size: 12px;
	font-family:verdana,helvetica,arial,sans-serif;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 10000;
	overflow: hidden;
	/*min-width: 480px;*/
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../pictures/images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
    }
/*CONTENT HEADER*/
	#contentHeader{*
		background: transparent;
		color: rgb(255, 255, 255);
		width: 100%;
		float: left;
		z-index: 11000;
		overflow: hidden;
	}
	#title {
		float: left;
		margin : 0 8px 0;
		background: transparent;
		overflow: hidden;
	}
    .content{width:30%;Float:left;margin:2px 4px;}
	.follow {
		float: right;
		margin : 11px 0 0 0;
		background: transparent;
	}
	#photoholder {
		overflow:hidden;
		background:#000 url(../pictures/loader.gif) 50% 50% no-repeat;
	}
	#thephoto {
		width:800px;
		height:600px;
		display:none;
	}
	.bigSquare{
		margin: 20px 8px;
		width: 620px;
	}
	.bigSquareHat{
		float:left;
		width: 620px;
		height: 5px;
		background : url("../pictures/images/contentBig_bgTop.png") no-repeat scroll 0 0 transparent;
	}
	.bigSquareFoot{
		float:left;
		width: 620px;
		height: 5px;
		background : url("../pictures/images/contentBig_bgBot.png") no-repeat scroll 0 0 transparent;
	}
	.bigSquareContent{
		float:left;
		padding: 12px;
		background: transparent url(../pictures/images/contentBig_bgMid.png) repeat-y;
	}