body {
}

* {
	font-family: 'Droid Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.icaredot {
	font-family: Arial, PMingLiu, sans-serif;
}

a {
	color: #952e8c;
}

a#video-list-starts-here {
	width: 0px; height: 0px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.half {
	width:50%;
	float:left;
}

.left {	
	float:left;
}
.right {	
	float:right;
}
.center {
	text-align:center !important;
}

.v-center {
	display:table;
	height:100%;
}

.v-center-container {
	display:table-cell;
	vertical-align:middle;
}

.max-width {
	max-width: 1440px;
	min-width: 320px;
	margin: 0 auto;
}

body {
	color : #1b1b1b;
	/*background: #202020;*/
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

#site-wrap {
	position:relative;
	min-width: 320px;
	/*max-height: 100%;
	height:100%;*/
	/*background-color: #fff;*/
}

#site-container {
	min-height: 100%;
	width: 100%;
	/*max-width: 1200px;*/
	position:relative;
	overflow: hidden;
}

#site-container img {
	/*width: 100%;*/
}


