/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%;
	vertical-align:baseline; 
}
ol,ul{ 
	list-style:none; 
}
blockquote,q{ 
	quotes:none; 
}
blockquote:before,blockquote:after,q:before,q:after{ 
	content:''; 
	content:none; 
}
:focus{ 
	outline:0; 
}
ins{ 
	text-decoration:none; 
}
del{ 
	text-decoration:line-through; 
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

/*--------------- General Styles 
*/
.skiplink{ 
	display:none; 
}
a,a:visited{ 
 text-decoration:none; 
}
a:focus,a:hover{ 
	text-decoration:none; 
}
body{ 
	color:#000; 
	font:62.5%/1 "Trebuchet MS",Arial ,Georgia, Verdana,Georgia, Lucida, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:#f4f4f4 url(images/bgr_body.jpg) repeat-x;
	padding-top:31px;
}
.hide{
     position: absolute;
     left: -9999px;
}
/*-------------------------------page start-------------------------*/

#wraper{
	width:900px;
	margin:0 auto;
}
#header{
	width:900px;
	height:30px;
	overflow:hidden;
	padding-bottom:221px;
}
#header h1{
	float:left;
	width:136px;
}
#header h1 a{
	background:url(images/ibubble.jpg) no-repeat;
	width:136px;
	height:30px;
	display:block;
}
#header small{
	display:block;
	float:right;
	height:30px;
	cursor:pointer;
}
#header small a{
	background:url(images/icon_get.jpg) no-repeat;
	font-size:18px;
	color:#584941;
	line-height:30px;
	padding-left:32px;
	display:block;
}
/*---------------------------content
*/
#content{
	width:900px;
}
#content h2{
	font-weight:normal;
	color:#584941;
	line-height:30px;
	font-size:18px;
	text-align:center;
	padding-bottom:15px;
}	

