body	{
	font-family : verdana,tahoma,arial,geneva,sans-serif;
	margin : 0;
	padding : 0;
	text-align : center;
	background : url(img/bg.jpg);
}

p, h1, h2, h3, div	{
	margin : 0px;
	padding : 0px;
}

#wrap	{
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	background : url(img/home_bg.jpg) no-repeat;
	margin-left : auto;
	margin-right : auto;
	width : 940px;
	height : 940px;
}

#flag	{
	position : relative;
	top : 160;
	left : 0;
	width : 940px;
	margin : 0px;
	padding : 0px;
	font-size : 10px;
	font-weight : bold;
	color : #fff;
	text-transform : uppercase;
}
#flag a	{	color : #fff;text-decoration : none;	}
#flag p	{	margin : none;padding : 0px 20px 3px 0px;text-align : right;	}

#hometext	{
	position : relative;
	dispaly : inline;
	top : 160;
	float : right;
	margin-right : 20px;
	padding : 0px 5px 5px 10px;
	width : 410px;
	background-color : #7E4207;
	border : 3px solid #FF8B8B;
	border-top : 0px;
	text-align : left;
	color : #FFF2E5;
	font-size : 11px;
	line-height : 17px;
}

#hometext	a	{
	color : #FFBF80;
	text-decoration : none;
	border-bottom : 1px dotted #FFBF80;
}

#hometext	p	{
	margin-bottom : 5px;
}

#hometext	h2	{
	font-size : 11px;
	margin-top : 15px;
	margin-bottom : 3px;
	font-weight : bold;
	letter-spacing : 1px;
	color : #90FFF3;
	border-bottom : 1px dotted #90FFF3;
	text-transform : uppercase;
}

#hometext	h3	{
	font-size : 10px;
	text-transform : uppercase;
	margin-top : 3px;
	margin-bottom : 0px;
	font-weight : bold;
	color : #FF8B8B;
}

#footer	{
	clear : both;
	border-top : 1px solid #000;
	background : #9C3A32;
	text-align : left;
	font-size : 10px;
	color : #E8B0AB;
	width : 100%;
}
#footer	p	{
	padding : 10px;
}