/* initial setting
================================================*/

* {
	margin: 0;
	paddin: 0;
}

img {
	border: 0;
}

/* area
================================================*/

body {
	background-color: #000000;
}

#mainwrapie {
	text-align: center;
}

#mainwrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

#navigation {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#copyright {
	border-top: 1px solid #808080;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
}


/* link
================================================*/

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* modules
================================================*/

.fleft {
	float: left;
}

.fright {
	float: right;
}


