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

@import url("layout.css");
@import url("typography.css");
@import url("common.css");

html, body {
	font-family: Times, "Times New Roman", serif;
	background: #3b3b3b url(../background/bg_gradient.jpg) top left repeat-x;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #FFF;
}



#intro_video {
	height: 200px;
	padding: 0;
	margin: 0;
}

