@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 606px;
    min-width: 1000px;
}

p {
   
}

#main p.lato {
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 150px;
    font-weight: 900;
}

#outer {
    float: left;
    height: 50%;
    margin-top: -303px;
    width: 100%;
}

#inner {
    width: 1000px;
    height: 606px;
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
    clear: both;
}

#main {
    width: 1000px;
    height: 426px;
    float: left;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
}

#footer {
	width: 1000px;
	height: 180px;
	clear: both;
	text-align: center;
}

