/* =About this file

File: CSS for Template Site
Author: Nick Sayre
Site: nicksayre.com
Contact: nicksayre@gmail.com
*/

/* =Colors

*/

/* =Reset
------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline:none;
}
html, body {
	height: 100%;
}
a img, a img:hover {
	border: none;
}
table {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

/* =General
------------------------------------------------------------*/
body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	background: #000 url(../img/bg-body2.jpg) no-repeat center top;
}

/* =Links */

/* =Headings */

/* =Other */


/* =Helpers (Forms, notifications, errors, etc.)
------------------------------------------------------------*/

/* =Layout
------------------------------------------------------------*/
#wrapper {
	width: 1024px;
	margin: 100px auto 0 auto;
}

/* =Header */

/* =Navigation */

/* =Content */

/* =Footer */


/* =Pages
------------------------------------------------------------*/

/* =Overrides
------------------------------------------------------------*/





