@charset "utf-8";

*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body {
	text-align: center;
	font-size: 84%;
	line-height:120%;
    height:100%;
    margin:0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 760px;
	background-image: url("../images/share/bg.gif");
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
    height:100%;
    min-height: 100%;
}
body > #wrapper {
    height: auto;
}

.bold{
	font-weight: bold;
}
.clearfix {
	overflow:hidden;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#contents {
	margin:0 auto;
	width:760px;
}


