/* CSS Document */
* {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

body, html {	

}

body {
	background:url(../imgs/bg.gif) no-repeat left top;	
	
}

#content {
	width:982px;
	height: 395px;	
	margin-top:169px;	
	overflow:hidden;
}

#left {
	float:left;
	width:342px;
}

#right {
	float:left;
	width:640px;
	height:360px;
}
#flash {
	text-align:center;
	margin-bottom:20px;	
	
}
#text1 {
	margin-bottom:20px;	
}

#info {
	margin-left:65px;
	margin-top: 20px;	
	width:219px;	
}
#share {
	margin-left:35px;	
}
