@charset "UTF-8";
/*


  uni Super Ink Card Battle | Suport
  style.css


======================================================*/

* {
	margin:0;
	padding:0;
}
html {
	background:#d62923;
}
#wrapper {	height:650px;
	background:url(../images/bg.png) repeat-x;
}
#container {
	height:650px;
	background:url(../images/content_bg.png) no-repeat;
}
#header {
	display:block;
	width:100%;
	height:40px;
	background:#d62923;
}
#content {
	width:980px;
	margin:0 auto;
}
#content .left {
	width:429px;
	float:right;
}
#content .left h1 {
	margin:30px 0 0 0;
}
#content .left #article {
	width:359px;
	margin:30px 0 0 10px;
}
#content .left #btn_download {
	margin:30px 0 0 0;
}
#content .left #btn_download a {
	display:block;
	height:121px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn_download.png) no-repeat;
}
#content .left #btn_download a:hover {
	background-position:0 -121px;
}
#content .left #ico_appstore {
	width:369px;
	text-align:right;
	margin:20px 0 0 0;
}
#content .left #copyright {
	width:369px;
	text-align:right;
	margin:10px 0 0 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

