html {
	
	background-color:#242524;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: url(digilantes.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body {
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0 auto;

}

#topp {
	width:100%;
	height:100px;
}

#alimdar {
	text-align: center;
	height:804px;;
	width: 479px;
	margin: 0 auto;
	}

	
.alimdarlink {

	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 70px;
	text-decoration: none;
	padding-top: 10px;
	float:left;
	}	
	
a {
	color: #ccc;
	text-decoration: none;
	}

a:hover {
	color: #ffcc00;
	text-decoration: none;
	}	
	
a:focus {
    outline: 0px;
}
	
#container {
	margin: 0 auto;
	text-align: center;
position: absolute;
   top: 80%;
   margin-top: 0px;
   left: 0;
   width: 100%;
	}
	
#content {
	width: 320px;
   margin-left: auto;
   margin-right: auto;
   height: 80px;
}

#content1 {
	width: 100px;
   height: 80px;
   padding: 0 60px 0 0 ;
   float:left;
}

#content2 {
	width: 100px;
   height: 80px;
   padding: 0 0 0 60px;
   float:left;
}

	
