body{
margin:0;
padding:0;
background-image: url('bg.png');
background-repeat:no-repeat;
background-color: black;
vertical-align:middle;
background-size: cover;
color: white;
font-family: 'Galindo', cursive,arial,helvetica,"Trebuchet MS";
}
.content{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
background-color: #ce7aca;
color:white;
border: 3px solid #231f20;
}
h1{
margin-top: 0px;
}


.wrapper {
    display: table;
    width: 800px; /* width of parent */
    height: 800px; /* height of parent */
    overflow: hidden;
    margin:0 auto;
    margin-bottom:200px;
    margin-top:20px;
}
.wrapper .innerContainer {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bottomipsilon{
padding-top:20px;
padding-bottom:20px;
background-color: black;
position:fixed;
bottom:0px;
width:100%;
background-image: url('http://www.ipsilondev.com/fondo.jpg');
}
.inneripsilon{
width:100%;
text-align:center;
font-family: helvetica,"Trebuchet MS";
font-weight:bold;
}
a,a:visited,a:hover{
color: white;
text-decoration:none;
}
