/* Global White Space Reset - Sets default padding and margins for all elements to zero */
* {
padding:0;
margin:0;
}

body {
	background: #2d0a06 url(img_app/mashup_pagebg_new.jpg) no-repeat;
	margin: 75px 0 0 75px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	color: #401407;
}

h2 {
	font-size: .8em;
}

#appwrapglob {
	width: 750px;
	background-color: #ff9d34;
	padding: 25px;
}

#instructionwrap {
	width: 750px;
	display: block;
}

#instructiontitle {
	width: 750px;
	height: 50px;
	background: url(img_app/mashuptitle_new.gif) no-repeat;
	position: relative;
}

#howto {
	position: absolute;
	left: 640px;
	top: 23px;
}

#howto a {
	display: block;
	width: 100px;
	height: 25px;
	background-image: url(img_app/howto_button_up.gif);
}

#instructioncontent {
	width: 750px;
	height: 10px;
	background: url(img_landing/landingheader_bgtile_new.gif) repeat-y;
}

#instructioncontent p {
	padding: 0 20px 10px 20px;
	font-size: .7em;
	line-height: 1.5;
}

#instructioncontent a, #instructioncontent a:visited {
	color: #401407;
	text-decoration: underline;
}

#instructioncontent p.leftcol {
	width: 315px;
}

#instructioncontent p.rightcol {
	width: 365px;
}

#appcontainer {
	width: 750px;
	height: 519px;
}

#instructionwindow {
	position: absolute;
	left: 750px;
	top: 10px;
	width: 200px;
	height: 550px;
	background-color: #ff9d34;
	border-right: 1px solid #4c240d;
	border-top: 1px solid #4c240d;
	border-bottom: 1px solid #4c240d;
	padding: 15px 0 0 25px;
}

#avon {
	position: absolute; 
	top:615px; 
	left: 350px; 
	background-color: transparent;
	border: none;
}

a img, a:visited img {
	border: none;
	text-decoration: none;
}

