/* =============================
eske.com.au css layout
author:	benjamin george
created: 06 october 2006
============================= */

* { margin: 0; 
	padding: 0; }
html { height: 100%;  }
html, body { margin: 0; padding: 0; }
body {
	background: #221e1f; /*#e5f4fa;*/
	font: 0.8em "helvetica", arial, verdana, sans-serif;
	text-align: center; line-height: 1em; }
img { border: 0; }
/*a img { border: 0; text-decoration: none; }*/
.clear { clear:both; }
a { background: transparent; color: #616a74; text-decoration: underline; }
a:visited { background: transparent; color: #616a74; text-decoration: underline; }
a:hover { background: #ffffff; color: #616a74; text-decoration: none; }

/* container
============================= */

#container {
	width: 600px; height: 300px;
	/*padding-top: 190px;*/ margin: 190px auto 0 auto;
	/*background: transparent;*/ text-align: left;
	background: transparent url(eske_new.gif) 80px 0 no-repeat; }

img { padding-left: 80px; }

p	{
	color: #89d7ea;/*#00b2de;*/ line-height: 1.3em;
	padding: 0 0 0 250px; }

p.first {
	font-size: 110%;
	padding-top: 220px;
	text-transform: uppercase; }
span.orange {
	color: #ffffff;/*#e44f3c;*/ }
p.second {
	padding-top: 10px;
	font-size: 90%; color: #616a74; }
	
p.hidden {
	visibility: hidden;
	color: #e5f4fa; }