body {
margin: 0px;
background: url(gfx/back.gif) #000000;
background-attachment: fixed;
}
*, div, tr{ 
font-family: Tahoma, Arial;
font-size:12px;
color:#C3C3C3;
text-decoration: none;
}

td{
line-height:150%;
}

a{ 
font-family: Tahoma, Arial;
font-size:12px;
color:#C3C3C3;
text-decoration: undeline;
}

a:hover{
	text-decoration: underline;
}

h3{
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#back_top{
	background: url(gfx/back_top.gif) repeat-x 0 0;
	background-attachment: fixed;
	width: 100%;
	height:100%;
}

#back_bottom{
	width: 100%;
	text-align:center;
	height:100%;
	/*background: url(gfx/back_bottom.gif) repeat-x;
	background-attachment: fixed;
	background-position: bottom;*/
}

#back2_top{
	background: url(gfx/back2_top.jpg) no-repeat 50% 0;
	background-attachment: fixed;
	width: 950px;
	height:100%;
}

#back2_bottom{
	width: 950px;
	height:100%;
	/*background: url(gfx/back2_bottom.jpg) no-repeat;
	background-attachment: fixed;
	background-position: bottom;*/
}

input, textarea{
	background: #454545;
	border: #FFFFFF solid 1px;
	color: #FFFFFF;
}
.spad_x{
	padding:0 10px;
}

#logo {
	width: 240px;
	height: 56px;
	margin-top:30px;
	margin-left:25px;
	float:left;
}
#menu {
	width: 610px;
	height: 56px;
	margin-top:30px;
	margin-right:25px;
	float:right;
}
.box_top{
	background:#454545;
	width:800px;
}
.box_middle{
	background:#454545 url(gfx/box_3.gif) repeat-y 0 0;
}
.box_m_right{
	background:#454545 url(gfx/box_4.gif) repeat-y 0 0;
}

.content{
	margin-top:30px;
	margin-left:25px;
	float:left;
	background-attachment: fixed;
}
#fb{ position:absolute; width:230px; background: #FFF url(gfx/facebook.gif)  no-repeat 99% 1%; margin-left:-200px; height:400px; margin-top:150px; }
