﻿@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
	scrollbar-base-color:#6EA4AA;
	scrollbar-arrow-color:#000000;
}

body {
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../img/bg.gif);
}

a {
	color:#008EDB;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #ffffff;
}

.chui {
	color: #ffffff;
}

p {
	color: #c0c0c0;
}

a img {
	border:none;
}

div {
        text-align: left;
        padding:0px;
}

#logo {
	margin:0px 0px 0px 10px;
}

#youtube {
	margin:5px 0px 10px 10px;
}