@charset "UTF-8";

body{
	background: #fcf8e4 url(background.jpg) no-repeat fixed 50% 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	margin: 0px;
	position:fixed;
	left: 35%;
}
smalltxt{
	font-size: .8em;
	margin: .5em;
}
div.nav{
	position: fixed;
	right:7%;
	padding-top: .2em;
	padding-bottom: .1em;
	border-bottom: 2px solid #a48972;
	width: 30%;

}

div.top{
	position:absolute;
	top: 12%;
	border: 1em;
	background-color: black;
	right:10%;
	width: 80%;


}
div.main{
	position: relative;
	font-size: .8em;
	color: #630;
	text-align: justify;
	padding-top: 30px;
	padding-right: 10%;
	margin-top: 5em;
	margin-bottom: .2em;
}
div.skills{
	color: black;
	background-color: #fcf7e4;
	font-size: .8em;
	margin-right: 5em;}
bigbold{
	font-size: 1.2em;
	color: #e4997a;
}

a:link{
	color: #a48972;
	text-decoration: none;
}
a:hover{
	color: #e4997a;
}