* {
    box-sizing:border-box;
}
html, body {
    font-family: Lucida Sans Unicode, sans-serif; 
    font-size: 18px; 
    text-align: center;
    letter-spacing: 5px
    width:100%;
    height:100%;
    overflow:hidden;
    position:fixed;
    margin:0;
    padding:0;
}

a {
    text-decoration: none;
}

.beautiful{
    padding:70px 0px 30px 0px;
    background-color:#474036;
    border:0px;
} 

.entry {
    letter-spacing: 0.5em;
}

.entry2 {
    letter-spacing: 0.5em;
    padding:5px 0px 5px 0px;
}

.table {
    display:table;
    width:100%;
    height:100%;
    table-layout:fixed;
}
.row {
    display:table-row;
}
.cellone {
    padding:0px 0px 0px 0px;
    display:table-cell;
    border:0px;
    background-color:#6f634d;
    text-align:center; 
    vertical-align:middle;
}

.celltwo {
    padding:0px 0px 0px 0px;
    display:table-cell;
    border:0px;
    background-color:#b5a382;
    text-align:center; 
    vertical-align:middle;
}

img{
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.corners {
	position: absolute;
	margin-left: inherit;
	margin-top: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.corners-ld {
	position: absolute;
	margin-left: inherit;
	margin-bottom: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.corners-pd {
	position: absolute;
	margin-right: inherit;
	margin-bottom: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.corners-two {
	position: absolute;
	margin-right: inherit;
	margin-bottom: inherit;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
}

.corners-three {
	position: absolute;
	margin-right: inherit;
	margin-bottom: inherit;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 70px;
}

.corners-r {
	position: absolute;
	margin-right: inherit;
	margin-top: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.corners-r-two {
	position: absolute;
	margin-left: inherit;
	margin-bottom: inherit;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
}

.corners-r-three {
	position: absolute;
	margin-left: inherit;
	margin-bottom: inherit;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 70px;
}

.corners-r-four {
	position: absolute;
	margin-left: 100px;
	margin-bottom: inherit;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 36px;
}
