@charset "utf-8";

body {
	font-family: 'Montaga', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	background: #FBFBFB url(images/background2.jpg) repeat-y;
}

a {
	border: 0px;
	color: #FF0073;
	outline: none;
}

a img {
	outline: none;
}

h1 {
	font-size: 1.2em;
}

#wrap {
	width: 960px;
	margin: 10px auto;
}

#header {
	text-align: center;
	margin-left: -50px;
}

#comments {
	width: 850px;
	text-align: center;
	font-size: 1em;
	line-height: 2.5em;
	margin-left: auto;
	margin-right: auto;
}

#indexcontent {
	text-align: left;
	font-size: 1em;
	line-height: 2.5em;
}

#contactcontents {
	background: url(images/dania2.png) no-repeat right bottom;
	clear: both;
}

#contactform {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#contactform label {
	padding: 5px 5px 5px 5px;
	float: left;
}

#contactform input {
	margin: 5px 5px 5px 5px;
}

#formbuttons {
	clear: both;
	width: 250px;
	text-align: center;
}

textarea, input {
	background: #F9F0F4;
}

#space {
	clear: both;	
}

#footer {
	clear: both;
	margin-top: 20px;	
}

.small {
	font-size: .75em;
}

.pink {
	color: #FF0073;
}
