﻿body 
{
	background-color: black;
	background-image:url(images/design/back_logo.png);
	margin: 1px;
}

.main
{
	width: 950px;
	/*background-color: #10292d;*/
	background-color: #0a292b;
	/*vertical-align: top;*/
}

.menu
{
	height: 51px;
	/*background-color: Lime;
	background-image:url(images/design/menu.png);*/
	vertical-align: top;
	padding: 0px;
	background-position:top;
}

.menu_items
{
	vertical-align: top;
	background-color: Red;
	padding: 0px;
	margin: 0px;
}

.menu_test
{
	/*background-color: yellow;*/
	height: 51px;
	background-image:url(images/design/menu.png);
	border-bottom: 1px; 
	border-bottom-color: #0a282b;
	border-bottom-style: solid;
	border-top: 1px; 
	border-top-color: #071719;
	border-top-style: solid;
}

.text_box
{
	width: 200px;
}

