body{background: #000 url(../images/bkg.jpg) no-repeat center top;}

#wrapper {
	margin:0 auto;
	margin-top:85px;
	width:720px;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	}

#content{
	margin-top:40px;
	}

#left{
	float:left;
	width:410px;
	height:100%;
	-webkit-text-size-adjust:none;
	}

#right{
	float:left;
	margin-top:35px;
	margin-left:160px;
	width:150px;
	height:100%;
	}

.contact-box {
	width:150px;
	height:70px;
	}
	
.text-link a:link {color:#000; text-decoration:none;}/* unvisited link */
.text-link a:visited {color:#000; text-decoration:none;}/* visited link */
.text-link a:hover {color:#7e7e7e; text-decoration:none;}/* mouse over link */
.text-link a:active {color:#7e7e7e; text-decoration:none;}/* selected link */
