* {
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/****************************************************************************************************
Body
****************************************************************************************************/
body
{
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************************
Outersection
****************************************************************************************************/
#outersection
{
	position:absolute;
	top: 50%;
	width: 100%;
	height: 500px;
	margin-top: -285px;
}

/****************************************************************************************************
Innersection
****************************************************************************************************/
#innersection
{
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 950px;
	height: 400px;
	margin-left: -475px;
	margin-top: -165px;
}

/****************************************************************************************************
Content
****************************************************************************************************/
#content
{	
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	width: 950px;
	height: 386px;
	overflow: auto;
}

#image {
  width: 950px;
  height: 384px;
  background: url('../images/logo-w2.jpg') no-repeat 50%;
}

#image a {
   		display: block;
		width: 950px;
		height: 384px;
		cursor: pointer;
}
#image a span {
		display: none;
}

/****************************************************************************************************
Copyright
****************************************************************************************************/
#copyright
{
	padding: 35px;
	width: 950px;
	height: 20px;
	text-align: center;
}

#copyright a
{
	color: #fff;
}

.center {
  text-align: center;
}

.present {
  position: absolute;
  top: 5px;
  text-align: center;
  width: 100%;
}

.since {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
