*	{
margin: 0px;
padding: 0px;
}

body {
margin: 0px;
padding: 0px;
background-image : url(images/test-2.jpg);
}


#position	{
width: 750px;
border-color:#cccccc;
border-style:solid;
border-width: 2px;
}

#bar	{
width: 750px;
height: 88px;
background-color: #3D0471;
}



.top	{
}

.bottom	{
clear: left;
}

.main	{
width: 750px;
}

.contents	{
float: left;
width: 750px;
height: 1200px;
background-color: #fff;
}

.middle-l	{
float: left;
}

.middle-r	{
float: left;
}

.top-rogo	{
padding: 5px;
border: 0px;
}

a:link	{
color:#FF9600;
text-decoration: none;
}

a:hover	{
color:#9E9E9E;
text-decoration: none;
}	
	
a:visited{
color:#B4B4B4;
text-decoration: none;
}
	
a:active{
color:#4E4E4E;
text-decoration: none;
}