/* Layout ******************/
html {
  height:100%;
}

body {
  padding:0;
  width:800px; margin:0 auto;
  min-height:100%;
  position:relative;
}

* html body {
  height:100%;
}

#header {
	position: absolute;
	width: 800px;
	height: 265px;
}
#header img {
	padding-left:366px;
}
.button {
	width: 40px;
	height: 40px;
}
#poga1{	position:absolute;top:245px;left:100px;}
#poga2{	position:absolute;top:245px;left:240px;}
#poga3{	position:absolute;top:245px;left:380px;}
#poga4{	cursor: pointer;position:absolute;top:245px;left:520px;}
#poga5{	position:absolute;top:245px;left:660px;}

#languages {
	position:absolute;top:250px;left:5px;
}
#container1 {
	padding-top: 290px;
}
#container1 th {
	width: 158px;
	vertical-align: top;
}
#container {
	width:100%;
}
#container td {
	width: 158px;
	vertical-align: top;
}
#footer {
	width: 100%;
	vertical-align: top;
}
#footer td{
	text-align: center;
}
#column1 {  }
#column2 {  }
#column3 {  text-align: left }
#column4 {  text-align: left }
#column5 {  text-align: left }

#footer { width:100%; text-align: center }

/* Fonts *******************/
body {
	 font-family: Arial, Verdana, Tahoma, Helvetica, Arial;
	 font-size: 10px;
}
#languages {
	font-size: 11px;
}
#container h1{
	text-transform:uppercase;
	font-size: 12px;
	text-align: center;
}
#container1 th{
	text-transform:uppercase;
	font-size: 12px;
	text-align: center;
}
#container {
	text-align: right; 
}
#container p{
	padding-left: 5px;
	padding-right: 5px;
	
}
#container a {
	text-decoration: none;
	border-bottom:1px dotted white;
}
#container a:hover{
	border-bottom:1px dotted #ccc;
}
#footer {
	font-size: 9px;
}
/* Colors ******************/
html {
  background:#F0F0F0 url(../img/bg.png);
}
body {
	background-color: #6a737b;
	color: white;
	border-left: 1px solid #6a737b; 
	border-right: 1px solid #6a737b; 
}

#header {
	background: url(../img/logo.jpg) right center no-repeat;
}
.button {
	background: url(../img/poga.gif) right center no-repeat;
}
#languages {
	color: #6a737b;
	font-weight: bold
}
#languages a {
	color: #f8982a;
	text-decoration: none;
}
#languages a:hover {
	color: #f15c22;
}
#container a {
	color: white;
}
#container a:hover{
	color: #ccc;
}
#footer {
	color: #eee;
}
#footer a {
	color: #eee;
}
#footer a:hover{
	color: white;
}
/* Misc ********************/

