@charset "utf-8";
/* CSS Document */

/*img, div { behavior: url(_elements/includes/iepngfix.htc) }*/

html,body {
	height:100%; /* needed for container min-height */
}
body {
	font-size:62.5%;
	letter-spacing:0.02em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2b2b2b;
}

#page {
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
}

#holder {
	padding-bottom: 68px;
}

#craryFooterWrap {
	position: relative;
	margin-top: -68px;
} 
.clear {
	clear:both;
}
a {
  outline: none;
}

