html, body {
	background-color: 		#321507;
	font-family: 				Trebuchet MS;
	font-size: 					12px;
	margin:						0px;
	padding:						0px;
	background-image:		url('./img/wood-repeat.jpg');
}

#container {
	width:						100%;
	background-image:			url('./img/paper.png');
	background-repeat:		repeat-y;
	background-position:		top center;
}

#flashcontainer {
	width:						1100px;
	margin-left:				auto;
	margin-right:				auto;
}

#flashcontent {
	width:						1100px;
	height:						600px;
	
}

#flashcontent .content {
	width:						700px;
	margin-left:				250px;
}

#textcolumn {
	width:						920px;
	margin-left:				auto;
	margin-right:				auto;
}

#textcontent {
	width:						700px;
	margin-left:				160px;
}

.iphone {
	width:						480px;
}

#footer {
	width:						100%;
	height:						110px;
	background-image:			url('./img/bottom.png');
	background-repeat:		no-repeat;
	background-position:		top center;
}

#footer #menu {
	width:						920px;
	margin-left:				auto;
	margin-right:				auto;
	text-align:					center;
}

#vnm, #vnm a, #vnm a:visited {
	width:						920px;
	margin-left:				auto;
	margin-right:				auto;
	text-align:					right;
	color: 						#021428;
}

#like {
	background-image:			url('./img/redcircle.png');
	background-repeat:		no-repeat;
	background-position:		top left;
}

#like iframe {
	margin-left:				16px;
	margin-top:					30px;
}

/*
	POPUP
*/

#popcontent {
	width:						550px;
	background-image:			url('./img/popBG.jpg');
	background-repeat:		no-repeat;
	padding-top:				200px;
	color:						#FFFFFF;
	font-size:					14px;
}

#popcontent .txt {
	width:						500px;
	margin-left:				25px;
}

#popcontent .packshot {
	float:						left;
	margin-right:				10px;
}

#popcontent .buy {
	float:						left;
	margin-right:				20px;
}

#popcontent .boxset {
	float:						right;
	margin-left:				15px;
}

#popcontent hr {
	clear:						both;
	color:						#021428;
	background-color:			#021428;
	border:						none;
	border-top:					1px solid #021224;
	border-bottom:				1px solid #192A3D;
}

/*
	REUSABLES
*/

.clear {
	clear:						both;
}

/* ELEMENT DEFINITIONS */

a:link, a:visited {
	color: 						#212121;
	text-decoration: 			underline;
}

a:hover {
	color:						#000000;
	text-decoration: 			underline;
}

img {
	border:						0px;
}