body {
	margin:150;
	background-image:url(patern.gif);
	background-repeat:repeat-all;
	background-attachment:fixed;
	background-position:top;
		}


#main {	
	background-image:url(surplouf.png);
	padding-top:0px;
	width:412px;
	height:490px;
	margin:auto;
	}
	
#one {
	padding-top:125px;
	float:left;
	width:200px;
	height:50px;
}

#two {
	padding-top:130px;
	float:right;
	width:165px;
	height:50px;
}


