#outline {
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image: url(./img/title.jpg);
	width: 600px;
	height: 480px;
	margin: 0 0;
	padding: 0 0;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: center top;
}

#header .menu {
	width: 115px;
	height: 480px;
	margin: 0px 243px 0px 242px;
	padding: 0;
	text-align: left;
	float:left;
}


#lenbody	{
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#lenbody .txtimg {
	width: 600px;
	margin: 0px;
	padding: 0;
	text-align: left;
}

#lenbody .txt {
	width: 560px;
	margin: 20px 20px 80px 20px;
	padding: 0;
	text-align: left;
	font-size: 13px;
	color: #696969;
	text-decoration: none;
}

#lenbody h1 {
	text-align: left;
	font-size: 15px;
	color: #696969;
	text-decoration: none;
}

#lenbody .twitter {
	width: 560px;
	margin: 20px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

#footer	{
	width: 600px;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align: center;
	clear:both;
	font-size: 13px;
	color: #696969;
	text-decoration: none;
}

img{
    boader:0;
}

a{
    color:#696969;
    font-style:normal;
    text-decoration:underline;
}

a:visited {
    color:#696969;
    text-decoration:underline;
}
a:hover {
    color:#f22e2a;
    font-style:normal;
    text-decoration:none;
}

strong {
	color: #f00;
	font-weight: bold;
}

