body{
margin:0;
padding:0;
background-image: url('starsbg.jpg');
background-repeat:repeat;
background-color: black;
vertical-align:middle;
/*background-size: cover;*/
color: white;
font-family: 'Galindo', cursive,arial,helvetica,"Trebuchet MS";
min-width:700px;
}
.content{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
background-color: #208E86;
color:white;
border: 3px solid black;
font-size:20px;
padding:10px;

}
h1{
margin-top: 0px;
}


.wrapper {
    display: table;
    width: 100%; /* width of parent */
    min-width:700px;
    max-width:800px;
    height: 800px; /* height of parent */
    /*overflow: hidden;*/
    margin:0 auto;
    margin-bottom:50px;
    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;
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;
}

@media (max-width: 860px) {

.barseparator{
border:none !important;
}

}
