body {
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	font-weight: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #464646;
}
a:hover {
	text-decoration: underline;
	color: 464646;
}
a:active {
	text-decoration: none;
}

.main{
	background-color: #ffffff;
	width: 100%;
	margin-left: 00px;
	margin-right: 00px;
	margin-top: 00px;
	text-align: justify;
	padding: 00px;
	height: 513px;
}

.about{
	background-color: #ffffff;
	width: 100%;
	margin-left: 00px;
	margin-right: 00px;
	margin-top: 00px;
	text-align: justify;
	height: 496px;
}

.bottom{
	background-color: #FFFFFF;
	width: 185px;
	margin-left: 00px;
	margin-right: 00px;
	text-align: justify;
	padding: 00px;
}

img{
	padding: 2px;
	border: 0px;
}

DIV {
-moz-box-sizing:border-box;box-sizing:border-box;
}
	