/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

HTML, BODY {
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
}
HTML {
	background-image:url(images/ayc-bg-color.png);
}
BODY {
	background-image:url(images/ayc-bg.png);
	background-repeat:repeat-x;
}
A {
	text-decoration: none;
}

#container {
	position: relative;
	margin:auto;
	top: 80px;
	width:770px;
	/*height: 520px;*/
}
#mainFlash {
	width:728px;
	/*height: 498px;*/
	margin:auto;
	border: 1px solid white;
}
#foot {
	background-image:url(images/ayc-shadow-bottom.png);
	position:relative;
	line-height: 20px;
	height: 20px;
	padding-left: 26px;
	padding-right: 26px;
}
#foot DIV {
	width:50%;
	position:relative;
	background:none;
}
#getFlash {
	margin-top: 50px;
	text-align: center;
}

.floatLeft {
	float: left;
}
.alignRight {
	text-align: right;
}
