﻿* { 
	margin: 0; 
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	background: url(../images/bk.jpg) no-repeat; 
	background-color: #000;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #40476e;
	margin-left: 15px;
	margin-right: 100px;
}

.ex {
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 3px;
	color: #FFF;
}

#left {
	width: 52px;
	min-height: 840px;
	height: inherid;
	background: url(../images/left.png) no-repeat; 
	background-color: #1d1e29;
	float: left;
}

#info {
	width: 380px;
	float: left;
}

#content {
	width: 700px;
	float: left;
}

#footer {
	width: 1132px;
	text-align: center;
	float: left;
	clear: both;
}

