@charset "UTF-8";
/* CSS Document */

*{ 
	margin: 0px;
	padding: 0px;
}

body{
	border-top: 5px solid #0061AF;
	background-color: #21201C;
	}

#borderShell{
	border-top: 2px solid #999C9F;
}

#flashShell{
	margin-top: -7px;
	}
	
	