body, td {
font-family: 'Droid+Sans', sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 14px;
line-height: 100%;
word-spacing: normal;
letter-spacing: normal;
text-decoration: none;
text-align: center;
text-indent: 0ex;
}
img {
border:0;
}
a:link, a:visited{	color: #000000;	text-decoration: none;}
a:active{	color: black; text-decoration: none;}
a:hover{	color: black; text-decoration: underline;}

.left {
width: 130px;
vertical-align: top;
margin: auto;
float:left;
text-align: left;
padding-left:70px;

}
.logo {
background: url(images/kenelog.jpg)center no-repeat;
width: 600px;
height: 175px;
margin: auto;
}
.container {
padding-top: 30px;
width:600px;
text-align: center;
margin: auto;
}
html {
min-width: 800px;
}

#full-slider-wrapper {
overflow: hidden;
}

#full-slider {
position: relative;
width: 100%;
height: 400px;
margin: 120px auto;
}

#full-slider .slide-panel {
position: absolute;
top: 0;
left: 0;
width: 100%;
visibility: hidden;
}

#full-slider .slide-panel.active {
visibility: visible;
}

#full-slider-nav {
position: absolute;
right: 0;
cursor: pointer;
margin-top:20%;
}


/* styles below are only for this example */

#full-slider .slide-panel {
text-align: center;
color: #000;
margin-top:0%;
}

