body {
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
	background-attachment: fixed;
}
a:link {
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
.input {
	background-color: #CCCCCC;
	border-color: #000000;
	border: 1px solid;
	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.btn {
	background-color: #CCCCCC;
	border-color: #000000;
	border: 1px solid;
	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.mainpart {
	color: #ffffff;
	width: 900px;
	padding: 0px;
}
.entire {
	background-color: #161616;	
	color: #ffffff;
	width: 900px;
	padding: 0px;
	border: 1px solid #fff;
}
.tutlink {
	width: 300px;
	border: 1px dashed #fff;
}
.tuttext {
	width: 500px;
	border: 1px dashed #fff;
}
.viewtut {
	width: 700px;
}
.news {
	width: 600px;
}
.titletext {
	font-weight: bold;
	font-size: 18px;
}
.buttondiv {
	background-image: url(../images/button.png);
	color: #ffffff;
	background-repeat: no-repeat;
	display: inline-table;
	width: 100px;
	height: 25px;
}
.maintop {
    width: 800px;
    height: 35px;
    background: url(../images/topround.png) repeat-x;
    padding: 0px;
}
.ie {
	color: #FFFFFF;
}
.smalllink {
	font-size: 12px;
}
.newsbox {
	width: 400px;
	border-color: #ffffff;
	border: 1px dashed;
	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;	
}