@charset 'UTF-8';
/*
Theme Name: Matterhorn
Theme URI: http://inpsyde.com
Description: ...keep it simple!
Version: 0.1
Author: Olaf Schmitz
Author URI: http://inpsyde.com
License: GNU General Public License (GPL) version 3
*/

@import url(css/reset.css);
@import url(css/text.css);
@import url(css/960.css);

body {
	background: transparent url(img/bg.jpg) bottom left no-repeat;
	background-attachment: fixed;
	color: #fff;
	font-size: 100%;
	padding: 0;
	font-family: Georgia, serif;
	text-align:center;
}

a {color: #000;text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {font-weight: normal;text-align: center;font-size: 60px;padding:0;margin:0;}

p {text-align: center; font-size:25px;}
p.small {text-align: center; font-size:15px; color:#000; }



.container {padding: 30px 0 0 0;}

.content {font-size: 30px;width:300px;text-align:center; margin:0 auto;}

form, fieldset,  input {
   font-size: 30px !important;
   text-align:center !important;
   font-family: Georgia, serif  !important;}
   
legend {display:none !important;}
