/* universal settings */
* {
	padding: 0;
	margin: 0;
	}
	
body {
	background: #474C27;
	}
#container {
width: 100%;
height: 500px;
}

#content_flash {
	background: #474C27;
	width: 100%;
	height: 450px;	
	margin: 50px auto; 
	position: relative;
	text-align: center;
	}

#webdesignerlink {
width: 150px;
height: 20%;
position: absolute;
top: 555px;
left: 750px;
text-align: right;
}

#webdesignerlink  a {
text-decoration: none;
font: 0.7em , Arial, Verdana, sans-serif;
font-weigth: bold;
}
#webdesignerlink  a:link, a:visited {
	text-decoration: none;
	color: #323632;
}

#webdesignerlink  a:hover, a:active {
	text-decoration: none;
	color: #dbdc3a;
}
