* {
	outline: transparent none 0px;
	margin: 0px;
	border: 0px none transparent;
	padding: 0px;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html, body
 {
 background-color: #ffffff; /*White*/
 min-width: 1024px;
 }
header
 {
 background-color: #000000; /*Black*/
 width: 100%;
 min-width: 1024px;
 height: 58px; /*58px if modified, modify also in product.html/ sexylegs.html <body> functions elementheight('page', 58+26), elementheight('productphotos', 58+26+40) and elementheight('prodphotoails', 58+26+40) */
 }                 /*58px if modified, modify also in page1.html <body> functions elementheight1('page', 58+26) */
#page
 {
 background-color: #ffffff; /*White*/
 min-width: 1024px; /* 1024px if modify, modify also in sexylegs.js sunction resizebg(x) in "if (npw < 1024)"*/
 }
footer
 {
 background-color: #000000; /*Black*/
 width: 100%;
 min-width: 1024px;
 height: 26px; /*26px* if modified, modify also in product.html/ sexylegs.html <body> functions elementheight('page', 58+26), elementheight('productphotos', 58+26+40) and elementheight('prodphotoails', 58+26+40) */
                    /*26px if modified, modify also in page1.html <body> functions elementheight1('page', 58+26) */
 }
h1
 {
 display: none;
 }
