body {
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}




a {
	text-decoration: underline;
	color: #1e00ff;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 320px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat;
}

#header h1 {
	float: left;
	padding: 25px 0 0 20px;
	letter-spacing: -3px;
	font-size: 3.4em;
}

#header h2 {
	float: right;
	padding: 43px 20px 0 0;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 320px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: url(images/img02.jpg) no-repeat;
}

#box {
	width: 320px;
	background: url(bg.jpg) no-repeat;
}


/* Footer */

#footer {
	width: 320px;
	background: url(images/img10.jpg) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
}
