@charset "UTF-8";
/* CSS Document */

body {
	line-height: 15px;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	font-size: 10px;
	text-align: center;
	color: #666;
	background: #333;
}

#container {
	width: 540px;
	height: 240px;
	margin: 200px auto;
}

#iparigrafikalink {
	width: 540px;
	height: 99px;
	background: url(images/tempweb2009_01.png);
}
#iparigrafikalink:hover {
	background: url(images/tempweb2009hover_01.png);
}
#pagefliplink {
	width: 540px;
	height: 64px;
	background: url(images/tempweb2009_02.png);
}
#pagefliplink:hover {
	background: url(images/tempweb2009hover_02.png);
}
#desktoplink {
	width: 540px;
	height: 77px;
	background: url(images/tempweb2009_03.png);
}
#desktoplink:hover {
	background: url(images/tempweb2009hover_03.png);
}

#footer {
	width: 100%;
	bottom: 0;
	margin: 0 0 50px 0;
	position: fixed;
}