	html{
		width:100%;
		height:100%;
		}
	
	body  {
		width:100%;
		height:100%;
		background-color:#e70d64;
		margin:0px;
		padding:0px;
		color:#FFFFFF;
		font-family:Arial;
		font-size:11px;
	}
	
	#container{
		height:100%;
		margin-top:0px;		
		background:url(images/fond.jpg) center 0 no-repeat;	
		/*border:1px solid #000000;*/
	}
		
	#footer{ 
		margin-top:0px;
		height:15px;
		width:1005px;
		margin-left:auto;
		margin-right:auto;
		color:#FFFFFF;
		text-align:center;	
	}
		
	#page{
		margin-top:0px;		
		margin-left:auto;
		margin-right:auto;
		width:1005px;
		height:590px;
		/*border:1px solid #FFFFFF;*/
	}
	#flashcontent{	
		margin-left:29px;
		padding-top:10px;
		padding-top:15px;
		width:945px;
		height:572px;
		outline:none;
		
	}
	
	a{ color:#FFFFFF; text-decoration:none;}
	a:hover{color:#FFFFFFF; text-decoration:underline; }
	img{border:0px;}

