#delete {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
@font-face {
    font-family: 'THK2DJuly8';
    src: url('fonts/th_k2d_july8_bold_italic-webfont.eot');
    src: url('fonts/th_k2d_july8_bold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/th_k2d_july8_bold_italic-webfont.woff') format('woff'), url('fonts/th_k2d_july8_bold_italic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
body {
    font-family: 'THK2DJuly8';
    margin: 0px;
    background: url("images/fixedbackground.jpg");
}
h1 {
    font-size: 3.5em;
    color: white;
}
#header {
    position: relative;
}
#nav {
    position: fixed;
    right: 0px;
    top: 0px;
    background: rgba(255, 165, 0, 0.3);
}
#nav a {
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    float: left;
    margin: 0 5px;
    padding: 10px;
}
#nav a:hover {
    background: orange;
}
.container {
    min-width: 1100px;
}
.block {
    width: 900px;
    margin: 0 auto;
    overflow-y: visible;
}
#home {
    padding-top: 30px;
    background: url("images/homebackground.jpg") 50% 50% fixed no-repeat;
}
#home p.desc {
    color: red;
    font-size: 2em;
    margin-top: 10px;
    margin-left: 0px;
    text-align: left;
}
#home p {
    font-size: 1.5em;
    margin-top: 50px;
    text-align: justify;
    margin-left: 50px
}
#product {
    background: url("images/productsbackground.jpg") fixed no-repeat;
}
#product li {
    margin: 20px 0px;
    font-size: 2em;
}
#contact {
    
}
#contact h1 {
    color: white;
    font-size: 10em;
}
#contact li {
    color: orange;
    font-size: 3em;
    background: rgba(255,255,255,0.5);
    margin: 10px;
}
#contact p.desc {
    color: red;
    font-size: 3em;
    background: rgba(0,0,0,0.2);
    padding: 10px;
}
#event {
    background: url("images/eventbackground.jpg") 50% 50% fixed no-repeat;
}
#event h1 {
    font-size: 8em;
    color: orange;
}
#event p {
    color: red;
    font-size: 2em;
    background: rgba(255,255,255,0.5);
}
#press {
    background: url("images/pressesbackground.jpg") 50% 50% fixed no-repeat;
}
#footer {
    color: white;
    font-size: 1.5em;
    margin-top: 40px;
}
#footer p {
}