/*
Theme Name: Trini-Autosearch Theme
Theme URI: http://triniautosearch.com/
Description: Theme for Trini Autosearch Blog developed by: <a href="http://www.buddhacom.com/">Buddhacom.com</a>.
Version: 1
Author: Marque Guilbeault
Author URI: http://www.buddhacom.com/

*/


@charset "utf-8";
/* CSS Document */

body {
	background-color:#45709D;
	min-width: 890px;
	padding:0;
	height:100%; /* this is the key! */
	margin: 0px;
	width: 100%;
}
#Wrapper {
	width:890px;
	top: 0px;
	position: relative;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bg {
	background-color:#5C00F4;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-repeat: no-repeat;
}
.topheader {
	position: absolute;
	z-index: 5;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	float: right;
}
#content_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #45709D;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
	width: 850px;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 100%;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
}

