* {
	padding: 0;
	margin: 0;
}
html {
	min-height: 100%;
}
body {
	background-image: url('http://auraco.fi/site/sites/default/themes/auraco/main_images/bckgr_general.png');	
	margin: 0 auto;
	text-align: center;
	font: 10px/130% Verdana, sans-serif;
	min-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
        color: #007cb5;
}
#container {
	/*background-image: url('http://auraco.fi/site/sites/default/themes/auraco/main_images/bckgr_popup-trans.png');
	*/
	background-image: url('http://auraco.fi/site/sites/default/themes/auraco/main_images/bckgr_popup.png');
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0 auto;
	height: 900px;
	width: 800px;
}
#logos {
	margin: 0 auto;
	text-align: center;
	height: 240px;
	width: 650px;
	border: 0px solid black;
}
#vasen_logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 240px;
}
#oikea_logo {
	position: relative;
	top: -240px;
	left: 340px;
	width: 280px;
	height: 240px;
}
#text {
	height: 210px;
	font-size: 120%;
	line-height: 200%;
}
#footer {
	font-size: 90%;
}
a {
        color: #be0075;
}
a:hover {
        color: #007cb5;
}

