@charset "utf-8";
/* CSS Document */

html {
margin:0;
padding:0;
}

img {
	behavior: url(iepngfix.htc);
	}

a:link {text-decoration: none; color:#f15927; }

a:active {text-decoration: underline; }

a:visited {
	text-decoration: none;
	color:#EB913E;
}

a:hover {text-decoration: underline; color:#EB913E; } 
	
body {
	height:auto !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f15927;
	margin:0px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/wildfire-pro-graphic-design-london-girl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.wrapper {
	margin:auto;
	}
	
.header {
	margin:auto;
	display:inline;
	padding-left:20px;
	}
	
.topText {
	display:inline;
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:auto;
	}

.bookmarks {
	width:auto;
	display:inline;
	float:right;
	margin-top:0px;
	text-align:left;
	}
	
.bodyMain {

	}
	
.signIn {
	margin-top:320px;
	margin-left:150px;
	}

.logoMain {
	padding-top:40px;
	}
		
.affiliates {
	display:inline;
	float:left;
	width:auto;
	text-align:left;
	margin-top:10px;
	padding-left:20px;
	}

