/*  
Theme Name: FlikTeoh Classy
Version: 1.0
Theme URI: http://www.flikteoh.com/
Description: N/A
Author: Flik Teoh
Author URI: http://www.flikteoh.com/
Tags: N/A

Copyright by Flik Teoh 2010
	
This file is part of 'FlikTeoh' WordPress Theme
*/

@import url('style/reset.css'); /* global resets */
@import url('style/layout.css'); /* site layouts */
@import url('style/text.css'); /* typography */

body {
	background: transparent url(style/i/bg.jpg) repeat left top;
}

body, input, textarea {
	color: #fff;    
	font-size: 12pt;
	font-family: "Century Gothic", sans-serif;
	line-height: 1.5;
}

br.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}
img.aligncenter {
	text-align: center;
	display: block;
	margin:0 auto;
	clear: both;
}