/*--------------------------------------------- GLOBAL ----*/
*					{ margin: 0; padding: 0; font-family: Arial, Sans-serif; }
a:link,a:visited 	{ outline: none; font-family: Arial, Sans-serif; text-decoration: underline; }
a:hover,a:active	{ text-decoration: none; }
a img				{ border: none; }
p					{ font: normal 13px Arial, Sans-serif; margin: 10px 0;}


/*--------------------------------------------- CONTAINER POSITIONING ----*/ /*tour*/
.container {
	width: 980px;
	height: 1772px;
	margin: 0 auto;
	}

.masthead {
	width: 980px;
	height: 190px;	
	}

.mainContent {
	width: 980px;
	height: 540px;
	}

.secondContent {
	width: 980px;
	height: 482px;
	}

.bonus {
	width: 980px;
	height: 560px;
	}

.movieContainer {
	outline: none;
	cursor: pointer;
	position: relative;
	top: 0;
	left: 320px;
	width: 640px;
	height: 360px;
	}
	
.player:hover { cursor: pointer; }

.footer {
	clear: both;
	margin: 15px auto;
	width: 980px;
	text-align: center;
	}


/*--------------------------------------------- PHOTO LIST ----*/
ul.photoList {
	list-style: none;
	width: 520px;
	position: relative;
	top: 59px;
	left: 13px;
	float: left;
	clear: left;
	}

ul.photoList li {
	float: left;
	margin: 2px;
	}

ul.photoList li a:link,ul.photoList li a:visited {
	float: left;
	text-decoration: none;
	display: block;
	width: 167px;
	height: 109px;
	}


/*--------------------------------------------- LINKS ----*/
.emptyLink { width:100%; height:100%; display:block; }

a.memberEntrance {
	text-decoration: none;
	text-transform: uppercase;
	font: normal 16px arial, sans-serif;
	position: relative;
	left: 668px;
	top: 7px;
	}

a.memberEntrance:hover { text-decoration: underline; }

.footer a {
	color: inherit;
	font-weight: bold;
	}

.footer .supportLink {
		font: bold 20px Arial, Sans-serif;
		text-transform: uppercase;
	}
/*--- join links ---*/

.joinLink, .joinLink a {
	text-align: center;
	position: relative;
	letter-spacing: -1px;
	text-transform: uppercase;
	clear:both;
	}

.mainContent .link1 {
	font-size: 23px;
	width: 345px;
	top: 30px;
	left: 644px;
	}

.secondContent .link1 {
	top: 125px;
	left: 225px;
	width: 300px;
	font-size: 25px;
	}

.footer .joinLink, .footer joinLink a {
	font-size: 40px;
	margin-bottom: 20px;
	}
/*-end-*/
