/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
	margin:0;
	padding:0;
	background: #2f3c77 url(bg.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.main_container{
margin: 0 auto;
margin-top: 50px;
max-width: 600px;
}

.foldericon{
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}

a{
text-decoration: none;
}

.content{
padding-bottom: 70px;
margin-bottom: 25px;
}

h1{
font-size: 40px;
font-weight: bold;
line-height: 50px;
text-align: center;
letter-spacing: -2px;
color: #fff;
/*float: left;*/
text-shadow:0px 3px 3px #162647;
}

h1 span{
display: block;
line-height: 50px;
font-size: 40px;
font-weight: 200;
color: #d2e1ff;
}

h2{
font-size: 32px;
line-height: 36px;
text-align: center;
color: #fff;
text-shadow:0px 3px 3px #162647;
}