@charset "utf-8";
body
{
	padding: 0;
	margin:0;
	min-width: 900px;
	color: #0F1419;
	/*background-color: #FFBB77;*/
	/*		background-image: url(images/Bottom_texture.jpg);*/
	background-image:url(../images/bg-2015.jpg);
	/*	background-repeat: repeat-x;*/
	background-attachment: fixed;
	/*	background-position: bottom left;*/
	text-align: left;
	font-family: "Tahoma";
}
.img_top{
	background-image:url(../images/top.jpg);
	width:1000px;
	height:208px;
}
.border_L{
	background-image:url(../images/left.png);
	width:12px;
}
.border_R{
	background-image:url(../images/right.png);
	width:12px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}