Servo motor range only 90 degrees?

may be i am a little late with this... but i was at the same point with the servo of my arduino kit.... "almost" 180 degrees.... after a short (long) reading and testing... used this on my code...

void setup()
{

servo1.attach(7);
servo1.writeMicroseconds(2300);

}

this function actually make my servo turn 180 degrees....