/* ---------------------------------------------------------------------------------------------------------------------------------------------------------
																D'ajijic
													--------------------------------------------
						
web								: 
filename						: style.css
version							: March 21 2009
copyright						: (c) 2009 JACOB O'BRIEN
license							: Restricted Use
author							: Jacob O'Brien [subliminimal_diseno@yahoo.com // www.subliminimal.com]

------------------------------------------------------------------------------------------------------------------------------------------------------------ */


* {
padding: 0;
margin: 0;
}

html, body {
	height: 100%;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: justify;
	background-image:url(assets/bg_grad.png);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #000000;
	height: auto;
}

#wrap {
	margin-top: 0px;
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
