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

.inside {
    color: #101012;
}

#wrapper_outside {
    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: 60px;
}

#main_gallery {
    position: relative;
    top:-530px;
    margin-left: 30px;

}

#last {
	position:absolute;
	top: 140px;
	margin-left: 168px;
	border: 4px solid #d8d8d8;
}

#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:47px;
	margin-left: 555px;
}

#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;
}

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

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

#footer_outside {
    position: absolute;
    top: 650px;
    width: 960px;
    border-top: 1px solid;
    padding-top: 10px;
    font-size: 12px;
}

#footer_outside .home {
	float: right;
}

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