h1 {
	color: red;
}

html {
        height:100%;
}

body {
        margin:0px auto;
        background-position: top center ;
        background-repeat:no-repeat;
        width:100%;
        height:100%;
}

#main {
        padding:50px;
        margin:0px auto;
        margin-top:50px;
        width:580px;
        background-color: #ffffff;
        font-size: 18px;
        color: #666666;
        text-align: center;
}

p {
        padding-bottom: 20px;
}

.logo {
	width: 100%;
	height: auto;
}

