	/*body style*/
	body{
		text-align:center;
		margin:0;
		font-family:Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#77A688;
		background-color:black;
		line-height:14px;
		background-image:url(../images/bg1.gif);
		background-position:center;
		background-repeat:repeat-y;
		-webkit-text-size-adjust:none;
	}
	/*container style*/
	div#container{
		width:610px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
	}
	/*header style*/
	div#header{
		height:85px;
	}
	div#logo{
		float:left;
	}
	div#btn{
		width:103px;
		height:17px;
		float:right;
		text-align:right;
	}
	div#btn img{
		margin-bottom:5px;
	}
	div#about{
		width:500px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		margin-top:200px;
		font-size:18px;
		line-height:24px;
	}
	div#contact{
		width:200px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-top:200px;
		font-size:14px;
	}
	div#contact a{
		text-decoration:none;
		font-size:14px;
		color:#77A688;
	
	}
	/*project style*/
	div.project{
		/*border-bottom:dotted 1px;*/
		height:135px;
		background-image:url(../images/dots.png);
		background-position:bottom right;
		background-repeat:no-repeat;
		padding-bottom:12px;
	}
	div.noline{
		background-image:none;
	}
	div.dots{
		margin-left:15px;
	}
	div.project img{
		float:left;
		width:123px;
		height:123px;
		margin:0 20px 0px 15px;/*order is top right bottom left*/
	}
	div.project h1{
		font-size:18px;
		font-weight:bold;
		color:#C3C2C2;
		height:18px;
		margin:9px;
	}
	div.project p.dis{
		font-size:11px;
		color:#969494;
		margin:9px;
		
	}
	div.project p.feat{
		font-size:11px;
		color:#C3C2C2;
		margin:9px;
		
	}
	div.project p.tech{
		font-size:11px;
		color:#C3C2C2;
		margin:9px;	
	}
	a.view{
		font-size:11px;
		color:#77A688;
		text-decoration:none
	}
	a.view:hover{
	
	}
