*{
	margin:0;
	padding:0;
}

html{
	background:url('../img/tile_bg.jpg') repeat;
}

body{
	background:url('../img/top_bg.jpg') repeat-x;
	font:13px/1.3 'Segoe UI',Arial, sans-serif;
	color:#999;
}

#page{
	width: 660px;
	margin:0 auto;
	border-top:1px solid transparent;
}

h1{
	width:292px;
	height:63px;
	background:url('../img/header.png') no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	margin-top: 50px;
}

#flickrSlider{
	margin: 60px auto;
	height:345px;
	width:500px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#97cae6;
}

a:hover{
	border-bottom:1px dashed transparent;
}

p.demos{
	border: 1px solid #EEEEEE;
	border-width:1px 0;
	
	color: #777777;
	padding: 40px 0;
	text-align: center;
}

a.tz{
	margin:50px auto 0;
	border:none;
	display:block;
	width:488px;
}

a.tz img{
	border:none;
}
/*Download by https://nowjava.com*/
p.credit{
	color: #AAAAAA;
	font-size: 12px;
	padding: 50px;
	text-align: center;
}