@charset "utf-8";
/* CSS Document */

.main_frame {
    position: relative; 
    margin: auto;
    height: 768px;
    width: 1024px;     	
    }

.content{   
    position: absolute;
    color: white;
    font-size: large;
    }
    
body{
    background-color: #231f20;
    }

a:link{color: white;}
