/* CSS Document */

body {
background-color:#000000;

}

a:link, a:visited, a:active {
outline: none;
}

#main {
margin: 50px auto;
width: 800px;
height: 600px;
}


#header {
float: left;
width: 100%;
height: 120px;
text-align: left;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;

}

#logo {
float: left;
width: 100px;
height: 100px;
}

#bj_top {
float: right;
width: 400px;
height: 120px;
background-image: url(../images/bj.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#contianer_bg {
float: left;
width: 800px;
height: 600px;
background-color: #000000;
background-image: url(../images/shahrzad_web_bg2.jpg);
background-repeat: no-repeat;

}

#nav_bar {
float: left;
margin-top: 20px;
width: 100%;
height: 40px;
color: #FFFFFF;
padding-left: 40px;
}

.tab {
float: left;
width: 90px;
height: 30px;
color: #FFFFFF;
padding: 3px;
font-family: "Trebuchet MS";
font-size: 10pt;
font-weight: bold;
}

.tab a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.tab a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.tab a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.tab a:hover {
	color: #FFFF99;
	text-decoration: none;
	border-bottom: 1px  dotted #FFFFFF;
}

#body {
float: left;
width: 100%;
height: 400px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #666666;
text-align: center;
}

.trans_rect {
float: left;
background-color: #FFFFFF;
border-top: 1px solid #FF6600;
border-bottom: 1px solid #FF6600;
width: 270px;
height: 300px;
margin: 20px 100px;
opacity: 80; 
filter:alpha(opacity: 80);
-moz-opacity:0.8;
padding: 15px;
color: #000000;
text-align: left;
}

#footer {
float: left;
width: 100%;
height: 100px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #444444;
text-align: left;
padding-left: 40px
}

