@charset "utf-8";
/* style.css -- mediumdevice */

html {
	background: #345 url('images/hexpattern.jpg');
	font-family: Trebuchet, Helvetica, sans-serif;
}

html, body {
	margin: 0; padding: 0; height: 100%;
}

/* DEVICE */
#device {
	background: #345;
    position: absolute;
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
}

/* STRIPES */
#stripes {
	display: block;
	position: absolute; top: 0; right: 0;
	background: #F60 url('images/stripes.jpg') top right repeat-y;
	width: 100px;
	height: 100%;
}

/* FOOTER */
#footer {
	position: absolute; bottom: 0; left: 0;
	background: #f60;
	width: 320px;
	text-align: center;
	height: 20px;
	margin: 0; padding: 0;
	clear: both;
}
#footer h5 {
	font-size: 10px;
	margin: 0; padding: 0;
	position: relative; top: 4px;
	text-transform: uppercase;
	color: #345;
}