body {
    background-color: #101012;
    color: #4b5058;
    font-family: "Lucida Grande","Trebuchet MS",Arial,Helvetica,sans-serif;
}

.inside {
    color: #101012;
}

#wrapper {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#content {
    margin-bottom: 10px;
}

#main {
	background-image: url(images/test.png);
	background-repeat: no-repeat;
}

#main img {
	margin-left: 110px;
}

#last {
	position:absolute;
	top: 140px;
	margin-left: 168px;
	
}

#description {
	position:absolute;
	top: 520px;
	margin-left: 180px;
	font-size: 14px;
	width: 330px;
}

#description .title {
	color: #d8d8d8;
}

#top_text {
	padding: 0px;
}

#top_text p {
	font-size:  32px;
	color: #d8d8d8;
}

#top_text p .red {
	color: #ff0000;
}

#top_text .small {
	font-size: 12px;
	color: #4b5058;
	padding-left: 5px;
}

#top_text .under_top {
	position:  absolute;
	top:70px;
	margin-left: 120px;
	font-size:  12px;
}

#menu {
	display: inline;
	position: absolute;
	top:30px;
	margin-left: 520px;
}

#menu ul li{
	display: inline;
}

#menu ul li a {
	font-size: 12px;
	color: #4b5058;
	text-decoration: none;
	padding: 15px;
	border-right: 1px dashed #4b5058;
}

#menu ul li a:hover {
	font-size: 12px;
	color: #C3C3C3;
	text-decoration: underline;
	padding: 15px;
	border-right: 1px dashed #4b5058;
}

#menu .active {
    color: #ffffff;
}

#flash {
	margin-top: 50px;
	margin-left: 210px;
}

#text {   
    padding-top: 200px;
    padding-left: 250px;
}

#footer {
    border-top: 1px solid;
    padding-top: 10px;
    font-size: 12px;
}

#footer .home {
	float: right;
}

#footer .home a{
	float: right;
	color: #4b5058;
}