@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/slim_background.png) repeat-x top left #0a0b0c;
}

a, a:active, a:visited, a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
}

img
{
	border: 0px;
}

div.main
{
	margin:auto;
	background:url(../images/background.png) no-repeat;
	width:1000px;
	height:815px;
	position:relative;
}

div.menu
{
	background:url(../images/bar.png);
	width:962px;
	height:24px;
	position:absolute;
	left:17px;
	top:297px;
}

input, textarea
{
	background-color: #fffcc8;
}

.contact
{
	position:absolute;
	left:680px;
	top:349px;
	text-align:right;
	width:300px;
	color:#fcfac5;
	font-size:14px;
	font-weight:normal;
}