a,p,span,div,h1,h2,h3,h4,h5,h6,td,table{ box-sizing:border-box; -moz-box-sizing:border-box; padding:0; margin:0; border:0; }

body 
{
	margin: 0;	padding: 0;
	font-family: Verdana;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #9ccfe5;
	scrollbar-3dlight-color: #9ccfe5;	
}

#container
{
	width: 775px;
	height: 550px;
	background: url(images/backgr.jpg);
	position: relative;
	margin: 0px auto;		
	text-align: center;
}
#menu
{
	width: 100%;
	height: 20px;
	position: absolute; top: 50px; left: 0;	
	
}
#logo
{
	width: 162px;
	height: 74px;
	position: absolute; top: 100px; left: 310px;
}

#slogan
{
	width: 100%;
	height: 20px;
	position: absolute; top: 200px; left: 0;		
	color: #e64550;
	font-size: 22px;		
}

#content
{
	width: 100%;
	position: absolute; top: 250px; left: 0;
	text-align: center;
}
#innerContent {
	width:240px;
	font-size: 12px;
	color: black;
	text-align:justify;
}
#footer
{
	width: 100%;
	height: 10px;
	position: absolute; bottom: 4px; left: 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
.pricesTitle, .pricesData, .pricesLeftTitle, .pricesDataWorldsim {
	color: #3d3d3d;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cbcbca;
	border-top: 0px;
	border-bottom: 0px;
	width:60px;
}
.pricesLeftTitle {
	color: #f42933;
	font-size:10px;
}
.pricesDataWorldsim {
	color: #e64550;
}
/*-------------------------[menu]----------------------------*/
#menu a {font-size: 11px;}
#menu a {text-decoration: none;}
#menu a {color: #a4a4a4;}
#menu a:hover {color: #3d3d3d;}