@CHARSET "ISO-8859-1";

body {
    	background-image: url(images/background.jpg);
	    background-size: cover;
	    background-repeat: repeat;	
	    height: 100%;
	    width: 100%;
	    margin: 0;
	    max-width: 1408px;
	}	
		
.index {
        float:left;
        position: relative;
        left: 10px;
        top: 0px;
        width: auto;
        margin:10px;
        padding: 10px;
        border-radius: 10px;
        background: rgb(230, 230, 230);
        background: rgba(230, 230, 230, 0.25);    
	}
	
.content {
		margin-top:60px;
        margin-left:160px;  
        margin-right:20px;  
        min-height: 500px;
        height:auto;
        min-width:500px; 
        color:white;
	}
	