﻿	body {
	margin:0; 
	padding:0; 
	margin-bottom: 10px;
	width: 100%; 
	height:100%; 
	text-align: center; 
	font-family: Arial;
/*	background-image: url(bad-bg.jpg);
 	background-repeat:no-repeat;
*/	}

	a img {
	border: none;
	}
	
	#body {
	margin: 0 auto; 
	text-align: left;
	width: 900px;
	background-color: black; 
	margin-top:20px;
	border: solid 1px #545454;
	}

	a:link {
	color:#FFFFFF; 
	text-decoration:none
	}

	a:visited {
	color:#FFFFFF;
	text-decoration:none
	}

	a:active {
	color:#FFFFFF; 
	text-decoration:none
	}

	a:hover {
	color:#FFFFFF; 
	text-decoration:underline
	} 

	#header {
	text-align:center;
	height: 98px; 
	width: 900px;
	background-color: green;
	}
	
	#menu {
	text-align:center; 
	height: 35px; 
	width: 900px; 
	background-image: url(menu-bg.png);
	}
	
	#menu-inline {
	padding:5px;
	}
	
	#content {
	text-align:center;
	/* height: 230px; */ 
	width: 900px; 
	padding-top:1px;
	background-image: url(content-bg.png);
	background-repeat:repeat-x;
	background-color:#0FE1B4
	}

	#tile {
	height:5px; 
	width: 900px; 
	background-color: black;
	background-image: url(tile-horizontal.png)
	}
	
	#ref {
	height: 155px; 
	width: 900px; 
	padding-top: 5px;
	background:#FFFFFF;
	text-align: center;
	}

	#footer {
	text-align:center;
	height: 34px;
	width: 900px; 
	background-color: black;
	background-image: url(footer.png);
	}

	#footer-inline {
	padding-top:13px;
	}

	li { 
	color:#FFFFFF; 
	} 
	
	.text_white {
	color: #FFFFFF;
  	margin-left: 40px;
	}
	
	.google {
	text-align: center;
	}
	
	.lefted{
	text-align: left;
	}