﻿@charset "utf-8";

html{	background:url(../../imges/bg.jpg);}
body{
	font-size:13px;
	overflow-y:scroll;
}
	
a{
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #C10000;
	text-decoration: underline;
}

/*----------------------------------footer*/

footer{
	border-top: solid 1px #cececd;
	text-align: center;
	margin-top: 40px;
	}

.copy{
	margin-top: 20px;
	padding-bottom: 30px;
	}
