* {
    margin: 0;
    padding: 0;
}

body {
	font: 13px/135% "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	width: 100%;
	line-height:100%;
	background: #0f0f0f;
}

html {
	color: #000000;
	height: 100%;
}	

<!--for IE6-->
* html body {
	font-size: 75%;
}

<!--for IE7-->
*:first child+html body {
	font-size: 75%;
}

:focus {
	outline: 0 none;
}

a {
	overflow: hidden;
	text-decoration: none;
}

h2 {
	font-size: 0px;
	line-height: 0;
}

h3 {
	font-size: 0px;
	line-height: 0;
}

img {
	vertical-align: bottom;
	border: 0;
	font-size: 0px;
	line-height: 0;
}

#clear {
	clear:both;
}

#footer {
	background: #0f0f0f url(../img/footer.jpg) repeat-x;
	height: 100%;
	min-height: 100%;
}

#footer #footerContent {
	width: 928px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	display: table;
}

/* for IE6 */  
* html #footer #footerContent {
	position: relative;
}

/* for IE7 */  
*:first-child+html #footer #footerContent {
	position: relative;
}

#footer #footerContent #copyright {
	width: 354px;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	color: #e6b45a;
	font-size: 77%;
	padding: 15px 0 0 30px;
}

/* for IE6 */  
* html #footer #footerContent #copyright {
	position: absolute;
	top: 0%;
}

/* for IE7 */  
*:first-child+html #footer #footerContent #copyright {
	position: absolute;
	top: 0%;
}

#footer #footerContent #link {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	padding: 15px 20px 0 0;
}

/* for IE6 */  
* html #footer #footerContent #link {
	position: absolute;
	/* top: 2%; */
}

/* for IE7 */  
*:first-child+html #footer #footerContent #link {
	position: absolute;
	/* top: 2%; */
}

#footer #footerContent #link ul {
	list-style: none;
}

#footer #footerContent #link ul li{
	float: right;
	padding-right: 10px;
}