﻿#container 
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
	text-align: left;
    background: #F5F5F5;
    border-style:  ridge;
    border-width:   medium;
    border-color:   #EEE8AA;
    padding:  10px 20px 1px 20px;
	}

body 
{
    background-image: url('images/techbg.jpg');
}
