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

body { background-image:url(../img/bg.jpg);
	   		background-repeat:no-repeat;
	  		background-color:#000000;
			background-attachment:fixed;
	  	    margin:0px;
			padding:0px;
			text-align:center;
			color:#CCC;}
			
.div0 { width:700px;
		height:400px;
		margin-left:auto;
		margin-right:auto;
		margin-top:150px; }
	   
.div1 { background-image:url(../img/alainalemany.png);
		background-repeat:no-repeat;
		width:660px;
		height:100px;
		margin-left:auto;
		margin-right:auto;
		margin-top:150px; }
		
.div2 { background-image:url(../img/bubble.png);
		background-repeat:no-repeat;
		width:335px;
		height:71px;
		margin-left:300px; }
		
.div3 { background-image:url(../img/slogan.png);
		background-repeat:no-repeat;
		width:330px;
		height:53px;
		margin-left:330px; }
