@import url("global.css");
@import url("news.css");
@import url("menu.css");

#wrapper {
		width: 720px;
		margin:0px auto;
		text-align:center;
		background-color: #cccccc;
		/*	height: auto!important;*/ 
		min-height: 100%; 
  	 	_height: 100%; 
}


#container {
		width: 720px;
		margin:0px;
		text-align:center;
}


#header {
		width: 720px;
		height:118px;
		text-align:left;
		background: url(../images/header.jpg);
		background-repeat: no-repeat;
		margin-top:0px;
}

#logo_header {
		width: 610px;
		float:left;

}

#home {
		width: 69px;
		float:left;
		margin-left:20px;
}


#menu {
		margin-top:102px;
		height:25px;
		width:640px;
		border: 0px;
		text-align: left;
		float:left;
		padding:0px;
}

#btn_home {
		margin-top:48px;
		width: 80px;
		height:80px;
		float:left;
}

#content{	
		clear:both;
		margin:20px;
		text-align:left;
}


