/* JESSE PACKER | ADROITSTYLE | CSS STYLESHEET */

body, html {
	font: 7pt/9.5pt "Andale mono","Courier New", Courier, monospace;
	color: 000000;
	line-height: 16px;
	overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-image:url('http://www.adroitmachine.com/assets/imgs/corner-texture.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:left top; 
}

.stretch {
    width:100%;
}

{
	margin: 0;
	padding: 0;
}

title {
	font: 7pt/9.5pt "Andale mono","Courier New", Courier, monospace;
	color: 000000;
	line-height: 16px;
	background: #FFFFFF;
}

a:link {
	color: #656565;
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:visited {
	text-decoration: none;
	color: #656565;
}

a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

p {
	font: 7pt/9.5pt "Andale mono","Courier New", Courier, monospace;
	line-height: 14px;
	color: #656565;
	margin: 0 0 12px 0;
}

#header {
	font: 8pt/10.5pt "Andale mono","Courier New", Courier, monospace;
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: fixed;
	height: 60px;
	top: 0px;
	bottom: 0;
	left: 30px;
}

#statement{
	width:561px;
	height:396px;
	margin:0 auto 0 auto;
	background:#fff;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 30px;
	}

#news {
	font: 7pt/9.5pt "Andale mono","Courier New", Courier, monospace;
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 475px;
	bottom: 0;
	left: 30px;
	width: 275px;
}

#work {
	font: 7pt/9.5pt "Andale mono","Courier New", Courier, monospace;
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 550px;
	bottom: 0;
	left: 30px;
	width: 150px;
}

#copyright {
	font: 7pt/9.5pt "Andale mono","Courier New", Courier, monospace;
	line-height: 17px;
	color: #b4b4b4;
	background-color: transparent;
	padding: 4px;
	position: fixed;
	left: 30px;
	bottom: 15px;
	height: 18px;
}

#galleria{
	width:700px;
	height:400px;
	margin:0 auto 0 auto;
	background:#fff;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 120px;
	bottom: 0;
	left: 300px;
	}
