#maind {
	margin: auto;
	width: 928px;
}
html {
	height:100% !important;
	margin-bottom:1px;
}
body {
	font-family: "Trebuchet MS", sans-serif, Arial, Helvetica;
	color:#363636;
	font-size:11px;
	background-repeat: repeat-x;
	height: 1025px;
	padding: 0;
	margin: 0;
	background-image: url(assets/images/bottom.png);
	}

a {
	color: #0071BC;
	text-decoration: none;
}

img {
	border: none;
}

a:visited {
	color: #0071BC;
	text-decoration: none;
}
a:hover {
	color: #60A800;
	text-decoration: none;
}

.imle {
	background-image: url(assets/images/top.png);
	background-repeat: no-repeat;
	padding: 5px;
}
