@charset "UTF-8";
/* CSS Document */
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,
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
	line-height: 1;
	color: black;
	position:relative;
	min-width:768px;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_2{
	background-image:url(../img/slide/bg2.jpg);
}

.bg_3{
	background-image:url(../img/slide/slide7.jpg);
}

.bg_sigari{
	background-image:url(../img/sigari.jpg);
}

body a{
	text-decoration:none;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*#versus{
	background-image:url(../img/versus.png);
	position:relative;
	top:10%;
	right:50;
	left:-275px;
	width:250px;
	height:89px;
}

#versus2{
	background-image:url(../img/versus2.png);
	position:relative;
	top:10%;
	left:50;
	right:-275px;
	width:250px;
	height:89px;
}*/
