@import "reset.css";
@import "fonts.css";

@import "nav.css";
@import "buttons.css";
@import "home.css";
@import "inside.css";
@import "video.css";
@import "cast.css";
@import "shares.css";

body {
	width: 100%;
}

body,
a {
	color: #424242;
}

img {
	border: 0px;
}

div.container {
	position: relative;
	width: 750px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	clear: both;
	border-top: 1px solid #ffffff;	/* fixes background header from shifting down in IE6 and Firefox */
}

a.logo {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;

	position: absolute;
	top: 0px;
	left: 0px;
}

a.logo_en {
	background-image: url("../images/logo_en.gif");
	width: 286px;
	height: 82px;
}

a.logo_fr {
	background-image: url("../images/logo_fr.gif");
	width: 256px;
	height: 86px;
}

div.content {
	margin-top: 186px;	/* 215 (header height) - 29 (topvideonav height) */
}
