* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color:#333;
	font-size: 20px;
}
body {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: 20px;
	background: #000 url(../img/bg_body.jpg) no-repeat fixed right top;
}
a {color: #f75d88;}
#wrapper,#demo {
	width:675px;
	text-align: center;
}
header { width: 550px; float: left; }
#container {
	float: right;
	padding: 20px 20px 20px 0;
}
h1.title_name {
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	font-weight: normal;
	font-size: 3em;
	color: #FAFAFA;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: 1em;
}
h1.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #FF6600;
	font-size: 0.9em;
}
h1.title_name small {
	display: block;
	font-family: normal Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #111;
	text-shadow: 1px 1px 1px #FFF;
}
footer { width:100%; float: right; background: #FFF; padding: 10px; bottom: 50px; margin-top: 10px;}

/* DEMO START */
#demo {
	list-style: none;
}
#demo li {
	float: left;
	display: block;
	width: 200px;
	height: 320px;
	cursor: pointer;
	background:#FFF;
	margin: 0 5px 5px 0;
	padding:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#demo li.active {
	background:#f75d88;
}
#demo li span {
	font-weight: bold;
}










