﻿body{
	background-color : #baf33c;
	background-image : url(../images/bas.jpg);
	background-position : top center;
	background-repeat:repeat-x;
	min-height : 459px;
}
#bas{
	background-image : url(../images/bas.png);
	width : 100%;
	height : 50px;
	position: fixed;
	bottom : 0px;
}
a{
	color : #333333;
	font-size : 18px;
	text-decoration : none;
}