html, body { margin: 0; padding: 0; background: #678bcc url(../images/bg.gif) repeat; }

body { 
	background: url(../images/bg_items.png) top left no-repeat;
	/*background-position: center top; 
 	background-repeat: no-repeat; 
  	background-size: fixed;
	width:100%;*/
	padding: 150px 0;
}

.console:after, .clear { content: ""; display: table; clear: both; }

.container { width: 800px; margin: 0 auto; border: 1px solid #e0e0e0;  border-right: 1px solid #000; border-bottom: 1px solid #000; }
.con2 { border: 1px solid #FFF; border-right: 1px solid #818181; border-bottom: 1px solid #818181; }
.con3 { background: #c1c1c1; padding: 2px; }
.con4 { padding: 0 12px; height:26px;  }
.con5 { border-top: 1px solid #666; }
.con6 { background: #818181; height: 18px; padding: 0 0 0 12px; 
	line-height: 18px; font-size: 12px; font-family: "Lucida Console", Monaco, monospace; font-weight: 400; color: #C1C1C1; }
	.buttons { float: right; padding: 2px; }
.console { background-color: #0b2b7d; min-height: 400px; border: 1px solid #818181; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; }

.con4 ul { padding: 0; margin: 0; display: inline; float: left; }
.con4 li { padding: 0; margin: 0; display: inline; list-style-type: none; padding: 0 12px 0 0; 
	line-height: 26px; font-size: 12px; font-family: "Lucida Console", Monaco, monospace;
}

.image { background: #fffdff; width: 400px; float: left; padding-top: 100px; min-height:300px; }
.text { margin: 0 0 0 400px; padding: 50px; height: 300px; color: #FFF;  font-family: "Lucida Console", Monaco, monospace; font-weight: 400; overflow: scroll; font-size: 13px; line-height: 18px; }

.underline { text-decoration: underline; }
