﻿html{
background: #fff;
}
body{
background: #fff;
}

#image img{
width: 100%;
}

#cnt{
width: 100%;
padding: 0;
}

#cnt img{
width: 100%;
}

#mainSite{
	display:inline-block;
	width:100%;
	text-align:center;
	cursor:pointer;
	font-size:145%;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	background:#18547D;
	padding:20px 0px;
	/*border-radius:6px;*/
	color:#fff;
}

#liveInternet{
	z-index:-1!important;
	width:50px!important;
	height:20px!important;
	bottom:20px!important;
}

#liveInternet img{
width: 0;
height: 0;
}