html, body {
	width:100%;
	margin:0px;
	padding:0px;
}

body {
	background-color: #222222;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#fff;
}

a {
	color:#fff;
}

a:hover {
	color:#f00;
}

/*----------------------------*/

.invisible, .mask { 
	display:none;
}

#header  {
	width:100%;
	background:url(../files/gui/header_bg.png) repeat-x;
	border-bottom:1px solid #444;
	height: 65px;
	position:fixed;
	top:0px;
}

#header .inside {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#logo {
	position:absolute;
	left:0px;
	top:20px;
}

#logo  img {
	border:none;
}

#header_links {
	text-transform: uppercase;
	position:absolute;
	right:0px;
	top:26px;
	text-align:right;
}

#header_links  li{
	display:inline;
	padding-left:5px;
	margin-left:5px;
	border-left:1px solid #444;
	font-size:10px
	
}

 #header_links  li.first {
	border:none;
}


#header_links  a{
	text-decoration:none;
}

ul , li{
	list-style:none;
	margin:0px;
	padding:0px;
}


/*----------------------------*/



/*
#ibm-universal-nav-dw {
    background: -moz-linear-gradient(center top , #595C64, #1B1B1C) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 52px;
    overflow: hidden;
    width: 100%;
}
*/

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

ul , li{
	list-style:none;
	margin:0px;
	padding:0px;
}

figure {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

img {
	border: #313131 5px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.copyright {
	
	font-size:10px;
	margin-bottom:20px;
	text-align:center;
	width:900px;
}

#main {
	
	margin-top:80px;
}

#main h1 {
	font-weight:300;
	text-transform:uppercase;
}