/* miniReset */
/*-----------*/
body, div, dl, dt, dd, ul, ol, li, th, td, h1, h2, h3, h4, h5, select {
	margin:0;
	padding:0;
	vertical-align:top;
}

/* Font definitions */
/*------------------*/
body, input, select {
	font-family:arial black,arial, tahoma;
	font-size:10px;
}

h2	{font-size:22px; color:#0492d0;}
h4 {
	font-size:14px;
	font-weight:bold;
	display:inline-block;
}
a		{color:#0492d0;}
a:hover	{color:#000;}

/* Containers       */
/*------------------*/
body {
	background-image:url(../images/bg_page.jpg);
	background-repeat:repeat-x;
	background-position:0 -120px;
	overflow:hidden;
}
.wrapper {
	background:url(../images/scene_bg.png) no-repeat 28% 175px;
	width:970px;
	height:530px;
	margin:auto;
	position:relative;
	z-index:2;
}
.scenefg {
	background:url(../images/scene_fg.png) no-repeat 50% bottom; 
	width:452px; 
	height:251px;
	top:210px;
	left:262px; 
	position:absolute;
}
.urlboard {
	text-align:center;
	top:176px;
	left:262px;
	background-color:#0492d0;
	padding:2px;	
	margin:0 10em;
}
.urlboard div{
	background-color:#0492d0;
	border:3px solid #fff;
	-moz-border-radius:8px;
	border-radius:8px;
	font-size:20.1px;
	line-height:4em;
	color:#fff;
	font-weight:bold;


}
.phone,.contact {position:absolute;top:252px;}
.phone 		{right:535px; text-align:right}
.contact 	{left:530px}
.title		{padding-top:86px; padding-bottom:8px;text-align:center;}
