/* CSS Document */

body { 
	background-color:#555555;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}



#wrapper {
	width: 241px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	top: 20px;;
	z-index: 5;
}
#center {
/*	background-image:url(ima/ss_logo1.jpg); */
	background-color: #555555;
	width:241px;
	height:231px;
	position: absolute;
	top: 200px;;
	left: 0px;
	z-index: 10;
}

#time {
	width:241px;
	height:20px;
	position: absolute;
	top: 20px;;
	left: 0px;
	z-index: 10;
}

