/* *** BORDERS *** */
/* TOP */
#top{
  height: 50px;
}
#topleft {
  width: 223px;
  background-image: url('img/topleft.jpg');
}
#topcenter {
  background-image: url('img/topcenter.jpg');
}
#topright {
  width: 223px;
  background-image: url('img/topright.jpg');
}

/* CENTER */
#center {
  height: 100%;
}
#centerleft {
  width: 44px;
  background-image: url('img/centerleft.jpg');
}
#centerlefttopbottom {
  width: 100%;
  height: 71px;
  background-image: url('img/centerlefttopbottom.jpg');
}
#centerleftcenter {
  width: 100%;
  height: 100%;
  background-image: url('img/centerleftcenter.jpg');
}
#centercenter {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url('img/centercenterback.jpg');
}
#centerright {
  width: 44px;
  background-image: url('img/centerright.jpg');
}
#centerrighttopbottom {
  width: 100%;
  height: 71px;
  background-image: url('img/centerrighttopbottom.jpg');
}
#centerrightcenter {
  width: 100%;
  height: 100%;
  background-image: url('img/centerrightcenter.jpg');
}

/* BOTTOM */
#bottom{
  height: 50px;
}
#bottomleft {
  width: 223px;
  height: 50px;
  background-image: url('img/bottomleft.jpg');
}
#bottomcenter {
  background-image: url('img/bottomcenter.jpg');
}
#bottomright {
  width: 223px;
  background-image: url('img/bottomright.jpg');
}

/* *** MENU *** */
/* Menu */
#top_menu {
  height: 38;
  display:none;
}
ul#menu {
  padding: 10;
	list-style: none;
	margin: 0;
	height: 50px;
}
ul#menu li {
	float: left;
	display: inline;
	height: 50px;
	/* margin: 0 10px; */
}
ul#menu li a {
	display: block;
	height: 50px;
	/* text-indent: -999em; */
}

/* *** WORK AERA *** */
.work_area {
  height: 100%;
  font-family: Arial, sans-serif;
  font-size:22px;
  font-style:italic;
  text-align:justify;
  color:#C0C0C0;
  /* padding: 120; */
}

/* menu_home */
A:link {color: #E8E8E8}
A:visited {color: #E8E8E8}
A:active {color: #E8E8E8}
A:hover {color: red}

body {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: rgb(102,0,0);
}

/* http://code.gyurasits.hu/ */

