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

body {
background:url(img/bg.png) center top no-repeat #313208;
font-family: 'Karla', sans-serif;
font-weight:400;
color:#ffffff;
line-height:150%;
font-size:14px;		
}

.content {
width:1000px;
margin-left:auto;
margin-right:auto;
align:center;	
}
a {
	color:#ffffff;
	text-decoration:underline;
	border:none;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
}
a.logo {
	text-decoration:none;
	border:none;
}
a.logo:hover {
	text-decoration:none;
	border:none;
}
a.menu {
font-weight:700;
font-size:22px;
color:#152743;
text-decoration:none;
border:none;	
margin-left:20px;
margin-right:20px;
}
a.menu:hover {
	text-decoration:none;
	border-bottom:2px dotted #152743;
}
h1 {
color:#ffffff;
font-weight:400;
font-size:22px;
line-height:100%;	
}
.input {
background-color:#ffffff;
font-size:11px;
color:#666;
border:1px solid #999;
font-weight:400;
}
.input:hover {
border:1px solid #333;	
}
.submit {
	background-color:#c40000;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	border:2px solid #152743;
}
.submit:hover {
	border:2px solid #c40000;
}