/*
Theme Name: Greydust
Description: The default theme for Greydust.
Version: 1.0
Author: Halmat Ferello
Author URI: http://www.halmatferello.com
Tags: fixed width, two columns
*/

@import url('reset.css');
@import url('typography.css');
@import url('list.css');
@import url('form.css');
@import url('layout.css');
@import url('special.css');

div#g {
	background: url('../images/greydust-logo.png') no-repeat;
	margin: 40px;
	padding-left: 80px;
}