@import url("containers.css");
@import url("dialog.css");
/*@import url("forms.css");*/
@import url("top_menu.css");
@import url("home.css");
@import url("aboutme.css");
@import url("contact.css");
@import url("new_article.css");

html {
	height: 100%;
	border: 0px;
	direction:rtl;
	font-family: tahoma;
}

body {
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px auto;
}

div#body {
	width: 1320px;
	height: 100%;
	border: 0px solid black;
	margin: 0px auto;
	text-align: center;

	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-position: 50% 13px;
}