@import "grid.css";
@import "type.css";
@import "forms.css";
@import "navigation.css";

html, body 
{
	min-height: 100%;
	height: auto;
}

body 
{
	margin: 0;
	padding: 0;
	background: url(../Images/BG_StarTile.jpg) bottom repeat-x #dfebf8;
}

/* Block-level elements */
h1, h2, h3, h4, blockquote, div, form, label, dl, dt, dd, dt, fieldset 
{
	margin: 0;
	padding: 0;
}

/* Image Borders */
img
{
	border: none;
}

/* Clearing */
br.clear
{
	clear: both;
}