/*
Author : Fahad Safi
Date: 06 sep, 2009
Author Email:graphics_axs@hotmail.com
 
 background-image:url(images/main-bg.jpg); background-repeat:no-repeat; background-color:#030303;
 
*/


@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; border: 0px;}
body { font: normal 62.5% Arial, Helvetica, sans-serif;}


#top-bg{
		background-image:url(images/red-bg.jpg);
		background-repeat:repeat-x;
		height:35px;
}

#frame { 	
	width: 980px; 
	height: auto;
		}

.welcome{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px;
	color:#FFCC8B;
}
	
.deigi{ 
	font-family: Tahoma;
	font-size:24px;
	color:#F59E5E;

}

#main-content{
			width:550px;
			height:auto;
			top:350px;
			right:300px;
			position:absolute;
}



#logo{
		margin-top:20px;
}

.link{
		font-family: Tahoma;
		font-size:12px;
		color:#AA602C;
		margin-top:10px;
		margin:20px;
		margin-right:2px;
		text-align:right;
	}

.copy{
	font-family:Tahoma;
	font-size:12px;
	color:#4F3E27;
	margin-top:35px;
	*margin-top:25px;
	
}




.clear { clear: both; clear:both; height:0; font-size: 1px; line-height: 0px}

