@charset "utf-8";
/*html{
height:110%;
} */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	background-image:url(images/main/background-h2.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	margin-top:20px;
	margin-bottom: 0;
	padding-bottom:0;
	text-align:center;
}
.box {width:50%;
float:left;
	}
.box  p{
padding: 0 7px }
.image {
    max-width: 100%;
    height: auto;
}
.page {
	margin:auto;
	max-width:800px;
	margin-bottom:0;
	padding:0;}
a img {border:0;}

a.women {
	color:#bb204c;
	
	}
a.men {
	color:#0283b2;
	
	}
a:hover {
	text-decoration:none
	}