/**** Basic Resets ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*** Main Content *****/
html{
	height: 100%;
}
body{
	font-size: 15px;
	/*background: #e2e9f0;*/
	background: url('../images/background.png');
	margin: 0;
	font-family: Avenir;
}
#main{
	width: 100%;
	height: 100%;
}

#info_container{
	margin: 75px auto 40px auto;
	padding: 20px 20px 45px 20px;
	width: 550px;
	height: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.logo{
	text-align: center;
}
.logo img {
	width: 200px;
	height: 200px;
}
.message{}
.message p{
	padding: 10px;
}
.message_body{
	/*background-color: #005890;*/
	padding: 5px 10px 25px 10px ;
	color: #005890;
	text-align: center;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.message_body h1{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.message_link{
	text-align: center;
}
.button{
	color: #ffffff ;
	border: 2px solid #349cb7;
	background-color: #38aac8;
	text-decoration: none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 5px;
	display: inline-block;
	margin-left: 5px;

}
