body {
	background-color: #CCCCCC;
	font-family: "Arial";
	text-align: center;
	}

.headler {
	background-color: #FFFFFF;
	font-size: 0.9em; 
	color: #AACCCC;
	text-align: center;
	border: 2px solid #000000;
	padding: 1em;
	width: 90%;
	}

.main {
	background-color: #EEEEEE;
	font-size: 1em;
	color: #000000;
	text-align: left;
	border-left: 4px double #000000;
	border-right: 4px double #000000;
	border-bottom: 4px double #000000;
	padding: 0.5em;
	width: 85%;
	}

#title {
	font-size: 1.5em;
	font-weight: bold;
	}

hr {
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 0;
	border-left: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	}

hr.h2 {
	border-top: 0;
	border-bottom: 1px dashed #666;
	border-right: 0;
	border-left: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	}

a, a:active {
	color: #006666;
	style: none;
	}

a:hover {
	color: #66CCCC;
	style: underlined;
	}

a img {
	border: solid 1px #000000;
	}

.headler a img {
	border: solid 0px #000000;
	}

#helic {
	color: #000066;
	}

#guylos {
	color: #660066;
	}

#zenevas {
	color: #660000;
	}


.container {
   position: relative;
   height: 50px;
   }

.dict{
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   }