@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;

}
	body, html{
		text-align:center;	
		height: 100%; 
	}
body { 
  	font-weight:100;
	line-height: 1.5;
	color:#ae111e;
	direction:ltr;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-family:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";	
	font-size:15px;
	
}
div{
	display:block;	
	word-wrap: break-word;
}

a:link {text-decoration: none; color:#3B5998;}
a:hover {text-decoration: underline;}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

li, ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:0;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: text-top; 
	vertical-align: top; 
}
img {
	border:none;
	text-decoration: none;
}
td,th {
	vertical-align: text-top; 
	vertical-align: top;
}
textarea, select{
	border: 1px solid #BDC7D8;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 3px;	
}
a:link{
	color:#ae111e;
	text-decoration:none;
}
a:visited{
	color:#ae111e;
	text-decoration:none;
}
a:hover{
	color:#ae111e;	
}
a:active{
	color:#ae111e;		
}
	#top_name{
		margin-top:-20px;
		font-size:127px;
		color:#ae111e;
		min-height:20%;
	}
	#title{
		margin-top:-35px;
		font-size:90px;
		min-height:20%;
	}
	#big_button{
		margin-top:30px;
		min-height:30%;
	}
	#menu{
	width:80%;
	margin-top:45px;
	font-size:24px;
	min-height:8%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	#footer{
		font-size:18px;
		min-height:8%;
	}
	
		#logo{
		font-size:25px;
		min-height:10%;
		text-align:left;
		margin-left:12px;
	}
