/* @group Import */

	@import url("utils/css-reset.css");
	@import url("lay-out.css");
	
/* @end */

html, body
{
	height: 100%;
	/*background: transparent url(assets/pattern.jpg) repeat center top;*/
}

html
{
	background: transparent url(assets/pattern.jpg) repeat center top;
}

*
{
	margin: 0;
}

body
{
	color: #35373c;
	font: 11px/28px Verdana, Helvetica, Geneva, sans-serif;
}

img
{
	border: 0;
}

/* @group Dotted links removal (FF) */

a
{
  outline: none;
}

a:link,
a:visited
{
	color: #0ce0ff;
	text-decoration: none;
}

a:hover
{
	color: #21c5df;
}


:focus
{
  -moz-outline-style: none;
}

:focus
{
   outline: 0;
}
