/* CSS Document */
body {
	background-image: url(backgroundfashion.jpg);
	text-align:center;
	background-repeat: repeat;
	

}
h1 {
	font-family: Arial;
	font-size: 28px;
	color: #FFFFFF;
	
}
h2 {
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
}
.reditalic{
	font-style: italic;
	color: #990000;
}
.red{color: #990000;}
#wrapper {
text-align:center; /*puts content in centre of screen in all browsers*/
width: auto;
min-height: 100%; 
height: auto ;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

} 	

a img  {  border: none;}
a:link  {
	color:#ffffff;
	text-decoration: none;
}					
a:visited {color:#ffffff;text-decoration:none;}

table.center {margin-left:auto; margin-right:auto;}

