html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #1AC0FD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F89C24;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 12px arial, sans-serif;
	color: #FFFFFF;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 780px;
        left: 0px;
	padding-top: 30px;
  position: relative;
}

#myGallery
{
width: 474px !important;
height: 284px !important;
} 