@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffea00;
	background-image: url(templates/slide_it/images/bg.gif);
	background-repeat: no-repeat;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 395px;
}
#leftcol {
	position: absolute;
	top: 395px;
	left: 0px;
	width: 500px;
	height: 204px;
}
#rightcol {
  background: #f00;
  position: absolute;
  top: 400px;
left: 650px;
  width: 150px;
  height: 500px;
}
#content {
	position: absolute;
	top: 10px;
	left: 500px;
	width: auto;
	height: auto;
	background-image: url(../images/tablo.gif);
}
#footer {
	background: #0f0;
	position: absolute;
	top: 720px;
	left: 0px;
	width: 800px;
	height: 100px;
}
