@charset "utf-8";
/*DIGIGLASS*/

html { padding:0px; margin:0px; min-width: 960px; height:100%; }

body { background: #1a1919 url(../imgs/bg-repeat.gif) top repeat-x; height:100%; font-family:"Lucida Grande",Helvetica,Verdana,Arial;
font-size:62.5%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal; }

#wrapper {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#maincontainer { width: 960px; text-align:left; overflow: hidden; margin:0 auto; }

#left-col{ width:460px; padding:60px 10px 0 10px;}
.logo{ display:block; width:300px; height:150px; padding-top:20px;}

#right-col{ width:450px; padding:125px 10px 0 20px;}
.tag{ display:block; width:430px; height:33px; padding-bottom:20px;}
.intro { color: #CDCDCD; font-size:11px; width:430px;}
.intro h2{ font-size:16px; padding-bottom:20px;}

.left{ float:left;}
.right{ float:right;}

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;}