@import 'galery.css';
@import 'content.css';
@import 'menu.css';


body {
	margin: 0;
	background: #EFEFEF url(../img/site/banner.png) no-repeat center top;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #fe37fe;
	font-weight: bold;
}
a:hover {
	color: #000;
}

#global {
	margin-right: auto;
	margin-left: auto;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: -12px;
	width: 689px;
	height: 67px;
	background: url(../img/site/background_footer.png) repeat-y;
}