html {
	
	background-color:#cccccc;
	background-image: url(bg.png);
	backround-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
}

body {

	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#topp {
	width:100%;
	height:100px;
}

#alimdar {
	text-align: center;
	width:100%;
	height: 460px;
	}
	
#alimdarlink {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	width: 151px;
	height: 50px;
	text-decoration: none;
	padding-top: 10px;
	}	
	
a {
	color: #ccc;
	text-decoration: none;
	}

a:hover {
	color: #ffcc00;
	text-decoration: none;
	}	
	
#container {

	clear: both;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden !important;
	overflow: visible;
	text-align: center;
	width: 151px;
	}