a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

body {
    background-color: #c2a67e;
    /*background-image: url("images/bkg.jpg"); */
}

#header {
    width: 1200px;
	height: 180px;
	background-image: url("images/logobanner32.png");
	background-repeat: no-repeat;
	background-position: center;  
    padding: 1px;
    border: 1px black;
	border-top-style: solid;
    border-right-style: solid;
	border-bottom: thick black;
    border-bottom-style: solid;
	
    border-left-style: solid;
    margin: 0;
}

#container {
background: #ffffff; /* Old browsers */
background-repeat: no-repeat;
background: -moz-linear-gradient(top, #ffffff 0%, #4c99cd 100%, #2989d8 100%, #207cca 100%, #092653 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#4c99cd), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#092653)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#4c99cd 100%,#2989d8 100%,#207cca 100%,#092653 100%);  /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#4c99cd 100%,#2989d8 100%,#207cca 100%,#092653 100%);  /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#4c99cd 100%,#2989d8 100%,#207cca 100%,#092653 100%);  /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#4c99cd 100%,#2989d8 100%,#207cca 100%,#092653 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#092653',GradientType=0 ); /* IE6-9 */
    width: 1200px;
	height: relative;
    padding: 5px;
    margin: 0;
}


pre {
    background-image: url('images/bkg2.jpg');
    width: 100%;
    display: block;
    font-family: arial;
    white-space: pre;
    margin: 3em 0;
    color: black;
}


.container {
    width: 500px;
    height: 400px;
}

/* resize images */
.container img {
    width: 100%;
    height: auto;
}


.css_btn_class {
	font-size:1em;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #4c99cd;
	margin-top: 50px;
	margin-top: 50px;
	padding:9px 18px;
	text-decoration:none;
	background-color:none;
	background:-moz-linear-gradient( center top, #c29d4f 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #c29d4f 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c29d4f', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c29d4f), color-stop(100%, #ededed) );
	color:#207cca;
	display:inline-block;
	text-shadow:5px 5px 10px #4c99cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #4c99cd;
 	-moz-box-shadow:inset 1px 1px 0px 0px #4c99cd;
 	box-shadow:inset 1px 1px 0px 0px #4c99cd;
}
.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #c29d4f 5%, #cf9f3b 100% );
	background:-ms-linear-gradient( top, #c29d4f 5%, #cf9f3b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c29d4f', endColorstr='#cf9f3b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c29d4f), color-stop(100%, #cf9f3b) );
	background-color:#c29d4f;
}.css_btn_class:active {
	position:relative;
	top:1px;
}

h1 {
    color: white;
    	font-size:10px;
	font-family:times;
	font-weight:normal;
	text-decoration: none;

}


/* This css button was generated by css-button-generator.com */
