﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	color: #000;
	line-height: 1.5;
	text-align: left;
	background-attachment: fixed;
	background-color: #180E01;
	background-image: url(images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}

html {
	overflow-y: scroll;
}

h1,h,h3,h4,h5,h6,p {
	margin: 0 0 10px;
}
img {
	border: :0;
}
a img {
	border: 0;
}