body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bcbcbc;
}

body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	clear: both;
}

body[orient=portrait]{min-height:481px;}
body[orient=landscape]{min-height:321px;}

a {
	color: #fff;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

small {
	font-size: 9px;
}

#wrapper {
	max-width: 480px;
	border: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background-color: #181818;
}

#clips { 
	text-align: center;
}

.box {
	display: inline-block;
/*	width: 150px;
	height: 150px;*/
	overflow: hidden;
}

a.box {
	text-decoration: none;
}

