* {margin: 0; padding: 0;}
body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: arial;
}

#container {
	margin: auto;
	width: 900px;
	border: 20px;
}

#header {
	position: relative;
	height: 190px;
	width: 900px;
	background-image: url(../images/header.jpg);
}

#text-bg { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 840px; 
	height: 60px; 
	padding: 0 30px;
	background: rgba(0,0,0,0.4); 
	line-height: 60px;
	border-top: 1px solid #fff; 
	color: #fff;
	font-size: 32px;
	text-align: right;
}

#menu {
	overflow: auto;
	background-color: #E41B17;
	height: 60px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#menu ul {
	margin: 0;
	margin-top: 19px;
	padding: 0;
	text-align: center;
}

#menu ul li {
    display: inline;
    list-style: none;
	padding-right: 5px;
	padding-left: 5px;
}

#menu a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}

#content {
	background: #fff;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#content p {
	padding: 10px;
	font-size: 15px;
}

#content ul {
	padding: 10px;
	font-size: 15px;
}

#content a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#content ul {
	list-style: none;
	padding: 10px;
	font-size: 15px;
}

#content ul li {
	font-size: 15px;
	padding-left: 5px;
}

#products ul {
	margin: 0;
	padding-top: 5px;
	text-align: center;
	border-bottom: 1px;
	border-bottom-style: solid;
}

#products ul li {
	 display: inline;
    list-style: none;
	padding-right: 10px;
	padding-left: 10px;
}

#content tr {
	border: none;
	text-align: center;
}

#footer {
	overflow: auto;
	width: 900px;
	height: 32px;
	background: #E41B17;
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#footer ul {
	list-style: none;
	width: 100%;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	margin: 0 10px;
	display: block;
	padding: 0 5px;
	height: 100%;
	line-height: 30px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#product {
	width: 100%;
}

.right {
	float: right !important;
}

.products {
	width: 100%;
}

.alkatresz {
	height: 100px;
	width: 100px;
	border-style: solid;
	border: 5px;
}

h1 {
	font-size: 20px;
}