@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}


body{
	border:none;
	background:url(../images/index_bg.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position: top center;
	overflow:auto;
	margin:0px auto;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	color: #b9b9b9;
	position: relative;
	}

a{
	border:none;
	text-decoration:none;
	color:#999999;
	outline:none;
	}

a:hover{
	border:none;
	text-decoration:none;
	color:#ffffff;
	outline:none;
	}


a img{
	border:none;
	outline:none;
	}

.wrapper{
	width:1003px;
	margin:0px auto;
	}
	
.logo_wrapper{
	width:1003px;
	heigh:90px;
	padding-top:415px;
	}

.logo{
	padding-left:372px;
	}


.menu_wrapper{
	width:1003px;
	height:70px;
	}
	
	
.blank{
	width:215px;
	height:70px;
	float:left;
	}

#page-wrap {

	margin: 0px auto;
	padding-left:20px;
}

#portfolio-button {
	opacity: 1.0;
	}

#about-button{
	opacity: 0.5;
	}

#contact-button{
	opacity: 0.5;
	}

.button {
	float: left;
	}


.clear {
	clear: both;
}

