body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	height: 100%;
	width: 100%;
}

a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 100%;
	text-align: left;
	position: relative;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#openContent {
	text-align: center;
	color: #484848;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000;
	padding-bottom: 30px;
}

#footer {
	background-color: #387685;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 20px;
	bottom: 0px;
}

#copyright {
	float: left;
	padding-left: 10px;
}

#programmed a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
}
#programmed {
	float: right;
	padding-right: 10px;
}
#language {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	color: #CCC;
}

#distributors {
	position: absolute;
	top: 480px;
	width: 100%;
	text-align: center;
	color: #CCC;
}

