html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
  font-family: Arial,Helvetica,Garuda,sans-serif; 	
  text-align: center;
  background-color: #3a0303;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STATIC DIVS */

#container {
 width: 768px;
 margin: auto;
 margin-top: 80px;
}

#header {
 width: 768px;
 height: 136px;
 background: url(images/header.jpg);
 overflow: hidden;
}

#body {
 width: 768px;
 height: 288px;
 background-image: url(images/body.jpg);
 background-repeat: no-repeat;
 background-color: #fff;
 text-align: right;
 overflow: hidden;
}

#bottom {
 width: 768px;
 height: 29px;
 background: url(images/bottom.jpg);
}

#girls {
 margin-left: 290px;
}

#more {
 margin-top: 30px;
 margin-right: 35px;
 font-size: 115%;
 font-weight: bold;
 color: #545454;
}

#footer {
 width: 690px;
 margin: auto;
 margin-top: 40px;
 color: #802c2c;
 font-size: 90%;
}

/* LOGO */
#header h1 {
 width: 496px;
 height: 72px;
 background: url(images/logo.jpg);
 margin: 30px 0px 0px 240px;
}

/* IMAGES */

td {
 padding-right: 10px;
}

.girl {
 width: 105px;
 height: 97px;
}

.girl_bottom {
 width: 105px;
 height: 41px;
 background: url(images/img_bottom.png);
 text-align: center;
 overflow: hidden;
}

.girl_bottom .name {
 font-size: 80%;
 font-weight: bold;
 margin-top: 5px;
}

.girl_bottom .location{
 font-size: 70%;
 font-weight: bold;
 color: #ba0000;
}

/* BUTTON */

#button {
 margin: 7px 0px;
}

/* FOOTER */

#footer a {
 margin-right: 30px;
}

#footer a:link {
 text-decoration: none;
 color: #fff;
}

#footer a:visited {
 text-decoration: none;
 color: #fff;
}

#footer a:hover {
 text-decoration: none;
 color: #fff;
}

#footer p {
 font-size: 85%;
 line-height: 140%;
 margin: 20px auto 20px auto;
}
