body {
    width: 100%;
    height: 100%;
	background-color: #2C7D74;
}

.main {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}