/* FUCKIN' CODE AND SHIT */

* { 
margin: 0; 
padding: 0;
border: 1px;
}

body {
font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif; 
font-size: 11px;
background: #999 url('../images/loading.gif') fixed;
height:100%;
background-color:#ffffff;
}



#nav {
	position: absolute;
	top: 0;
	margin-top:10px;
	left: 0;
	margin-left: 10px;
	width: 550px;
	filter:alpha(opacity=100);

}

#nav a {
color: #232323;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

#nav a:hover {
color: #012442;
}

#nav li.selected a{ /*selected main tab style */
color: #000;
}


a {
color: #d22758;
text-decoration: none;
padding-bottom: 1px;
}

a:hover {
color: #232323;
border-bottom: 1px solid #232323;
}


#wrapper {
overflow: hidden;  
width: 100%;
height: 100%;
margin-left: 295px;
position: fixed;
top: 0;
left: 0;
}

#bg {
overflow: hidden;  
width: 100%;
position: fixed;
top: 0;
left: 0;
}
 
#inner-graphics {
position: relative;
height: 20000px;
}
 
.scrolling-content {
text-align: left;
position: absolute;
}
 

#AboutUs {
width: 540px;
color:#232323;
padding:5px;

}

#Work {
width: 550px;
background-color:#000000;
color: #FFFFFF;
padding:0px;

}

.textFeilds {
border:thin;
border-color:#232323;
background-color:#CCCCCC;
color:#232323;
}

.textFeilds2 {
border:thin;
border-color:#232323;
background-color:#012442;
color:#ffffff;
cursor:pointer;

}

