/*******************************
	IMPORT
*******************************/

@import "header.css";
@import "content.css";
@import "footer.css";
@import "menus.css";
@import "search.css";
@import "news.css";
@import "item.css";

/*******************************
	MAIN ELEMENTS
*******************************/

body {
	margin: 0px;
	padding: 0px;

	background-color: #c0c0c0;	
	_behavior: url("csshover.htc");
}

img {
	border: 0px;
}

div#wrap
{
	width: 100%;

	text-align: center;
}

div#page {
	width: 1024px;

	margin-left: auto;
	margin-right: auto;

	text-align: left;
}




