body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ddd;
	margin: 0px;
	background: #3E5B3C url(../img/bg.jpg) repeat 0 0;
}

h1 {
	font-size: medium;
}

h2 {
	font-size: small;
}

div#main {
	width: 720px; 
	height: 520px; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin: -260px auto auto -360px; 
	text-align: center;
}

div#main p {
	color: #FFFFFF;
	margin-bottom: 20px;
}

/* madeBy */
div.madeBy {
	margin: 5px auto;
	text-align: center;
}

div.madeBy img, div.madeBy a:link, div.madeBy a:hover, div.madeBy a:visited {
	border: 0 none;
}

/* txt */
div#main-body {
	text-align: center;
	margin: 0 auto;
	width: 720px;
}

div#header {
	background: #3E5B3C url(../img/header.jpg) no-repeat 0 0;
	height: 225px;
}
div#header div#link {
	padding: 15px 0 0 40px;
	text-align: left;
	border: 0 none;
}

div#link img {
	border: 0 none;
}

div#content {
	background: #3E5B3C url(../img/content.jpg) repeat-y 0 0;
	color: #333;
	text-align: left;
	padding: 20px 40px;
}

div#content div#contact {
	border: 1px solid #999999;
	padding: 20px;
	width: 200px;
	margin: 0 0 20px 20px;
	background-color: #ddd;
	float: right;
	text-align: center;
}

div#content h1 {
	border-bottom: 1px solid #666666;
}

div#footer {
	background: #3E5B3C url(../img/footer.jpg) no-repeat 0 0;
	height: 20px;
}

/* ---[ links ]------------------------------- */
a:link {
	color: #dddddd;
	text-decoration: none;
	border: 0 none;
	}
a:visited {
	color: #dddddd;
	text-decoration: none;
	border: 0 none;
	}
a:hover {
	color: #00cc00;
	border: 0 none;
	}

div#content a:link, div#content a:visited {
	color: #006600;
	text-decoration: none;
	border: 0 none;
}

div#content a:hover {
	color: #999999;
	border: 0 none;
	text-decoration: underline;
}

/* other */
.clear-right {
	clear: right;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}