﻿/* CSS Document */

body {
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #eadfcc;
	color: #640c0d;
}

h1 {

}

p {

}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #640c0d;
}

a:hover {
	color: #f00;
}

#container {
	background-image: url("../images/interface/enter.jpg");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

#content {
	margin-top: 200px;
	padding-top: 105px;
	padding-left: 30px;
}
