body{
	background: url('images/bg.gif') no-repeat;
	height:400px;
	width:100%;
	margin:0 auto;
	padding:0;
}

#header{
	width:100%;
	height:130px;
	margin:0 auto;
	padding:0;
}

	#logo{
		background: url('images/logo.gif') no-repeat;
		width:160px;
		height:130px;
		float:left;
		margin:0 auto;
		padding:0;
	}

	#title{
		width:540px;
		height:100px;
		float:left;
		margin:20px 0 0 60px;
		padding:0;
		font-size:36px;
		font-family:Tahoma;
		font-weight:bold;
		color:#f58821;
	}

	#lang{
		background: url('images/lang.gif') no-repeat;
		width:258px;
		height:130px;
		float:left;
		margin:-20px auto;
		padding:0;
		position:absolute;
		right:0;
		text-align:right;
		color:#f58821;
		font-family:Tahoma;
		font-size:12px;
		font-weight:bold;
	}

	#lang a{
		color:#f58821;
		text-decoration:none;
	}
	
	#lang a:hover{
		color:#f58821;
		text-decoration:underline;
	}
	
#menubox{
	background: url('images/menu.gif') right center no-repeat;
	width:1050px;
	height:40px;
	margin:-20px auto;
	position:absolute;
	right:0;
	font-family:Tahoma;
	font-weight:bold;
}

	#menubox span{
		margin:0 auto;
		padding:0 10px 0 0px;
		font-size:14px;
		float:left;
	}

	#menu{
		position:absolute;
		right:0;
	}

		#menu a, #menu a:visited{
			color:#6a9134;
			text-decoration:none;
		}

		#menu a:hover{
			color:#7c2a8e;
		}

	#submenu{
		margin:3px auto;
		position:absolute;
		right:0;
	}

		#submenu a, #submenu a:visited{
		color:#f58821;
		text-decoration:none;
		}

	#submenu a:hover{
		color:#7c2a8e;
	}

#content{
	margin:30px auto;
	margin-left:100px;
	line-height:130%;
}

	#head{
		background: url('images/content.gif') repeat-x;
		height:25px;
		font-size: 16px;
		font-weight:bold;
		font-family:Tahoma;
	}
	
	#box{
		margin-right:50px;
		text-align:justify;
	}

#footer{
	background: url('images/footer.gif') repeat-x;
	width:100%;
	height:36px;
	margin:40px auto;
	
}

#footer img{
	border:none;
	margin:5px auto;
}

a{
	color:#000;
}

#news li{
	list-style: url('images/bullet1.jpg');
}

div.border {
border: .2em dotted #900;
} 

h1
{
	font-size:18px;
}

<a>img{border:none;}

.jakomo
	{
		border-bottom: .2em solid #f58821; 
		border-right: .22em solid #f58821; 
		border-left: .05em solid #f58821;
		border-top: .05em solid #f58821; 
		padding:.5em;
		display:block;
		margin-top:.6em; 
		margin-bottom:1.5em
	}
