/*
Theme Name: JayNCoke
Theme URI: http://jasonaniceto.com
Description: Made by Jay.
Version: 5.0
Author: Jay Aniceto
Author URI: http://jasonaniceto.com/
Tags: 

	JayNCoke v2.0

	This theme was designed and built by Jason Aniceto.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	background-color: #ffffff;
}

#header {
	position: absolute;
	top: 0px;
	background-image: url('header_bg.png');
	width: 100%;
	height: 130px;
	text-align:center;
}

#content {
	text-align: center;
	padding-top: 120px;
}

#footer {
	position: relative;
	bottom: 0px;
	right: 0px;
	float: right;
}