/* kenedik.com -- MAIN CSS

author: Created and developed by Aaron Martin for Jeremy Kennedy
website: http://www.iamaaronmartin.com
contact: me@iamaaronmartin.com
version: 11 January 2006

*/

@import url("div.css");
@import url("typography.css");

html {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	height: 100%;
	background-image: url(../img/bg-html.jpg);
	background-repeat: repeat-x;
	background-color: #e3005a;
}
body {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: inherit;
	width: 900px;
}
