* {
	PADDING: 0px;
	MARGIN: 0px; 
	font-family:Tahoma,Century Gothic,Arial;
	COLOR: rgb(16,16,16);

}
BODY {
	OVERFLOW-X: hidden;
	OVERFLOW-Y: none;
	WIDTH: 1024px;
	HEIGHT: 100%;
	margin-left:auto;
	margin-right:auto;
	
	BACKGROUND: url(../img/bg.png) ;
}
#main {
	HEIGHT: 100%;
}

img {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px
}

#presentation {
	POSITION: absolute;
	WIDTH: 845px;
	HEIGHT: 100%;
	TOP: 150px;
	LEFT: 0px;
	background:white;
}

#presentation>div{
 width:424px;
 height:160px;	
 vertical-align: top;
 background:url(../img/comment.png) no-repeat top left;
 margin:24px 32px;
}

#presentation div.left{
 float:left;
}

#presentation div.right{
 float:right;
}

#presentation div.intro{
}

a.all{
font-size:12px;
color: #6699FF;
padding-top:4px;
}

