body {
	padding:0px;
	margin:0px;
	background-image:url(blue.jpg);
	background-repeat:repeat-x;
}

#content {
	width: 1000px;
	text-align:left;
	margin:0 auto;
	height: 1000px;
	background-image:url(images/back1.gif);
}

body {
	padding:0px;
	margin:0px;
	background-color:white;
}

#Header {
	width:1000px;  
	height: 110px;
	max-width;
	position:absolute;
	margin:5px;
	padding: 5px;
}

#navigation_buttons {
	width:1200px;
	height: 30px;
	margin-top: 10px;
}



#footer {
	height: 177;
	width: 1000;
}

#buttons {
	height:744;
	width:144;
	background-image:url(images/bts.jpg);
	position:absolute;
	margin:5px; margin-top:0px;
	padding: 5px; padding-top:0px;
}

input[type="button"]{
	background: #2e3840;
	
	border: 0;
	color: #e8e8e8;
	cursor: pointer;
	
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	height: 25px;
	width: 100px;
	margin: 5px; margin-right:50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

	box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}

input[type="button"]:hover {
	background: #414F5A;
}

