﻿body
{
	width: 600px;
	background-image:url('orange_background.gif');
	margin-left: auto;
	margin-right: auto;
}

#left_column
{
	width: 350px;
	float:left;
	
}

#right_column
{
	width:250px;
	float:right;
	text-align:center;
}

/** for bmi graph */
.bmi_graph_left_column
{
	height: 200px;
	width: 150px; 
	float:left;
	color:Black;
	text-align:center;
	font-size:small;
}

.bmi_graph_left_column #fat
{
	height: 57.14%; 
	width: 100%; 
	float:none; 
	background-color:#3A148B;
	color:White;
}

.bmi_graph_left_column #overweight
{
	height: 7.14%; 
	width: 100%; 
	float:none; 
	background-color:#6D9E9F;
	
}

.bmi_graph_left_column #normal
{
	height: 7.14%; 
	width: 100%; 
	float:none; 
	background-color:#BFD4D2;
}

.bmi_graph_left_column #lindsay_lohan
{
	height: 28.57%; 
	width: 100%; 
	float:none; 
	background-color:#82908A;
}


.bmi_graph_right_column
{
	height: 200px; 
	width: 200px; 
	float:left;
	background-color:Gray;
}
	
.bmi_graph_right_column #your_value
{
	background-color:White;
	height:40%;
	text-align:center;
	
}
	
.bmi_graph_right_column #empty_space
{
	height: 60%; 
	background-color:White;
	
}
