﻿body {
	direction:rtl;
	font-family:Tahoma;
	font-size:small;
	color:black;
	background-image:url('images/background.gif');
}
a:link,a:visited{
	text-decoration:none
}
a:hover,a:active{
	text-decoration:underline
}
div#main{
	width:940px;
	height:100%;
	margin:auto;
	border:1px #66CCFF;
	border-bottom-style:solid;
}
div#header{
	height:320px;
}
div#content{
	padding:0px;
	width:100%;
}
div#footer{
	text-align:center;
	font-size:x-small;
}
