
/* Reset-----------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ul, ol { list-style: none;}
img { border: none; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a {
	color: rgba(0,153,255,1);
	text-decoration: none;
}

a:hover {
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
	zoom:1;/*IE*/
}

a[name] {
	text-decoration: none;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
	vertical-align: top;
}

.pic-right {
	float: right;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 5px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.pic-left {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media (min-width: 500px) {
	.br-500 {
		display: none;
	}
}

/* Layout-----------------------------------------------------------*/

body {
	font-family: century gothic, myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #000;
	border: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	background: rgba(255,255,255,1);
}

#container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	text-align: center;
}

#logo {
	font-size: 30px;
	padding-top: 120px;
	padding-bottom: 120px;
}

#link img {
	padding: 30px 0px 30px 0px;
	width: 180px;
}



