body {
	background-image : URL(strobotausta.jpg);
	background-repeat : repeat;
	padding-top : 50px;
}
a {
	text-decoration : none;
	color : black;
	}
	
a:hover {
	color : blue;
	}
	
	
.container {
	width : 700px;
	height : 700px;
	margin-left : auto;
	margin-right : auto;
	background-image : URL(strobotausta.gif);
}

.strobo{
width : 500px;
height : 450px;
	position : relative;
	top : 75px;
	left : 50px;
	}
	
.info {
		margin-left : auto;
	margin-right : auto;
	font : menu;
	font-size : 12pt;
	text-decoration : none;
}
	
	

