  <style>

  /* 

		CSS Document
		
		HDC Developments common css 
		
		Author:  Andrew Plested
		Version: 1.6a
		Date:    13rd November 2007
		Latest:	 13rd November 2007
   
    Free for use, copy and paste!
   
  */	
	
	/* Main CSS layout */
	
	
	html {}
	
	
	body {
/*			background: #e6e6fb;*/
			background: url(../images/background.jpg) repeat;
			border:none;
			margin:0px;
			padding:0px;
			height:100%;
			width:100%;
			font-family: Arial, Helvetica, sans-serif;
			}
	
	
	img { 
			border:none;
			margin:0px;
			padding:0px;
			}


			
	 	
	a { 
			text-decoration:none;
			}
	
	
	a:link {}
	
	
	a:visited {}
	
	
	a:hover {
			text-decoration:underline;
			}
	
	
	a:active {}
	
			
	
	/* Main CSS layout End */
	
	
	/* Content Body - size, shape and position */
	
	#contentBack {
			position:relative;			
			height: auto;
			width:800px;
			margin:0px auto 0px auto;
			padding:0px 0px 0px 0px;
			background: #ffffff;
			z-index:0;
			}
	
	
	/* Content Body - size, shape and position. End*/
	
	
	/* Content of Page */
	
	
	#headerBar {
			position: relative;
			height: 170px;
			width: 800px;
			padding: 0px;
			margin: 0px;
			z-index: 20;
			}


/******************************************Content Boxs****************************************************/

					
	#title {
			position: relative;
			top: 20px;
			left: 132px;
			padding: 0px;
			margin: 0px;
			z-index:30;
			}
			
	#eiffelTowerTop {
			position: absolute;
			width: 50px;
			top: 50px;
			right: 28px;
			padding: 0px;
			margin: 0px;
			z-index:20;
			}	

	#monumentsDeParisImage {
			position: absolute;
			padding: 0px;
			margin: 0px;
			top: 170px;
			left: 0px;
			z-index: 30;
			}	

			
	#eiffelTowerBottom {
			position: absolute;
			width: 50px;
			top: 356px;
			right: 172px;
			padding: 0px;
			margin: 0px;
			z-index:20;
			}
															
	#boxText {
			position: absolute;
			width: 800px;
			height: 80px;
			padding: 0px;
			margin: 0px;
			top: 380px;
			z-index: 30;
			}

	#linksBack {
			position: absolute;
			width: 780px;
			height: 324px;
			padding: 0px;
			margin: 0px;
			top: 500px;
			z-index: 30;
			}
				
	#eiffelTower {
			position: absolute;
			padding: 0px;
			margin: 0px;
			top: 27px;
			left: 0px;
			z-index: 30;
			}
			
	#cadeaux {
			position: absolute;
			padding: 0px;
			margin: 0px;
			top: 10px;
			right: 7px;
			z-index: 30;
			}


		
		
/******************************************Page End content****************************************************/	
	

			
	#firefoxLogo {
			position: absolute;
			height: 20px;
			width: 21px;
			padding: 0px;
			margin: 0px;
			bottom: 5px;
			left: 0px;
			z-index: 30;
			}
	
	.firefoxText {
			position: absolute;
			height: 20px;
			width: 150px;
			padding: 0px;
			margin: 0px;
			bottom: 2px;
			left: 30px;
			font-size: 10px;
			z-index: 30;
			}


/*****************************************Text Content ******************************************************/	
		

	.textMain {
			position: absolute;
			top: 20px;
			left: 15px;
			width: 750px;
			color: #999999;
			text-align: justify;
			text-align: center;
			font-family: "Monotype Corsiva";
			font-size: 20px;
			z-index: 50
			}

		
	
	/* Modifiers */			
			
	#blackWhite {
			position: relative;
			padding: 0px;
			margin: 0px;
			}
			
	/* Modifiers End */
  
  </style>

