@charset "UTF-8";

/*-------------------------------------- MAIN STRUCTURE */

#mainBoxIndex { 
	padding: 0px;
	margin: auto;
	width: 970px;
	height: 100%;
	background: url(http://www.vvs.ca/img/BackFlash.png) no-repeat;
	text-align:center;
}

#socialNetworks { 
	padding: 5px 15px 0px 0px;
	margin: 0 auto;
	width: 970px;
	text-align:right;
	font-size:11px;
	height:30px;
}

#socialNetworks img{
	float:right;
	margin-left:6px;
}

#flashContainer {	
	display: block;
	width:970px;
	height:710px;
}

#mainBoxIndex #footerBox {
	clear:both;	
	position:relative;	
	width:950px;
	height:300px;
	margin: 0px 10px 20px; /* Top R+L B */
	background: url(http://www.vvs.ca/img/fadeGris.jpg) repeat-x left bottom;
	background-position: 0px 80px;
}

#upcoming {	
	position:relative;
	float:left;
	left:10px;
	width:460px;
	height:177px;
	background-color:#999999;
}

#news {	
	position:relative;
	float:right;	
	width:460px;
	height:177px;
	right:10px;
	background-color:#999999;
}

#flashPub {	
	clear:both;
	position:relative;
	float:left;	
	margin: 10px 10px 0px; /* Top R+L B */	
	width:930px;
	height:90px;
}

#disclaimer {	
	clear:both;
	position:relative;
	float:left;	
	margin-top: 23px;
	width:950px;
	height:20px;
	border-top:1px solid #000;
	font-size: 12px;
}

/*-------------------------------------- COMMON */

html { 
overflow-y: scroll;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc url(http://www.vvs.ca/img/background.jpg) repeat-x;	
		background-attachment:fixed;
	margin: 0px 0px 20px; /* Top R+L B */	
}

.left{	
	float:left;	
}

.right{	
	float:right;	
}

img { 
display: block;
}

.boxClear  { 
	clear: both; 
	line-height: 0px 
}

.clearer {
	clear: both;
	height: 10px;
}