@import url(uibase.css);
@font-face {
    font-family: 'Roboto Slab';
    src: url(../fonts/RobotoSlab-Regular.ttf);
}

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Arial;}
.wrapper{width: 990px !important;margin: 0 auto;position: relative;}

body{background: black url(../../images/bg.jpg) center top no-repeat; font-family: Arial;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}
input:focus {
	outline: none;
}

.clear-fix {
	clear: both;
}


