/* @group Import */

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

html, body
{
	height: 100%;
	width: 100%;
	background: #182226;
	background: #182226 url(assets/bg_wrapper1.jpg) repeat-x 0 0;
}

*
{
	margin: 0;
}

body
{
	color: #FFF;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img
{
		border: 0;
}

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

a
{
  outline: none;
}

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

a:hover
{
	
}


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

:focus
{
   outline: 0;
}

.clear
{
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
