/* CSS intro */

body {
	background-color:#000000;
	background-image:url(../pix/introBckg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

a img {
	border-width:0px;
}

#content {
	width:650px;
	margin:auto;
}

#flags {
	padding-top:30px;
}

#flags span {
	padding:5px;
}

